Skip to content
Snippets Groups Projects
Verified Commit 20043d0d authored by Timm Fitschen's avatar Timm Fitschen
Browse files

TST: update tox.ini

parent 1c88bf02
No related branches found
No related tags found
1 merge request!86Draft: ENH: file system: core
Pipeline #47484 failed
......@@ -8,7 +8,7 @@ deps = .
pytest
pytest-cov
jsonschema>=4.4.0
commands=py.test --cov=caosdb -vv {posargs}
commands=py.test --cov=linkahead -vv {posargs}
[flake8]
max-line-length=100
......@@ -16,4 +16,4 @@ max-line-length=100
[pytest]
testpaths = unittests
xfail_strict = True
addopts = -x -vv --cov=caosdb
addopts = -x -vv --cov=linkahead
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment