Skip to content

Commit

Permalink
tests: avoid running into 'too many failures'
Browse files Browse the repository at this point in the history
  • Loading branch information
bertsky committed Aug 30, 2024
1 parent c73b3ef commit a23d4c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def _make_workspace(workspace_path):
directory = str(tmpdir)
resolver = Resolver()
workspace = resolver.workspace_from_url(workspace_path, dst_dir=directory, download=True)
config.OCRD_MISSING_OUTPUT = "ABORT"
if 'metscache' in request.param:
config.OCRD_METS_CACHING = True
print("enabled METS caching")
Expand Down

0 comments on commit a23d4c3

Please sign in to comment.