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
Branches
Tags
1 merge request!86Draft: ENH: file system: core
Pipeline #47484 failed
...@@ -8,7 +8,7 @@ deps = . ...@@ -8,7 +8,7 @@ deps = .
pytest pytest
pytest-cov pytest-cov
jsonschema>=4.4.0 jsonschema>=4.4.0
commands=py.test --cov=caosdb -vv {posargs} commands=py.test --cov=linkahead -vv {posargs}
[flake8] [flake8]
max-line-length=100 max-line-length=100
...@@ -16,4 +16,4 @@ max-line-length=100 ...@@ -16,4 +16,4 @@ max-line-length=100
[pytest] [pytest]
testpaths = unittests testpaths = unittests
xfail_strict = True 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.
Please register or to comment