Skip to content

Commit ce53acb

Browse files
committed
avoid caching in python 3.9
1 parent 864a09b commit ce53acb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/unit/data/model/test_model_store.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -676,6 +676,7 @@ def validate_with_roc_validator(crate_directory, profile):
676676
profile_identifier=profile,
677677
requirement_severity=models.Severity.REQUIRED,
678678
abort_on_first=False, # do not stop on first issue
679+
http_cache_timeout=0, # do not use cache
679680
)
680681

681682
result = services.validate(settings)

0 commit comments

Comments
 (0)