File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,7 @@ deps=pytest
77passenv =
88 PYTHON_ISAL_LINK_DYNAMIC
99commands =
10- # Create HTML coverage report for humans and xml coverage report for external services.
11- pytest -v tests
10+ pytest tests
1211
1312[testenv:coverage]
1413deps =coverage[toml]
@@ -20,7 +19,7 @@ setenv=
2019 CYTHON_COVERAGE =true
2120commands =
2221 # Create HTML coverage report for humans and xml coverage report for external services.
23- coverage run --source ={envsitepackagesdir}/isal -m py.test -v tests
22+ coverage run --source ={envsitepackagesdir}/isal -m py.test tests
2423 coverage html
2524 coverage xml
2625
@@ -32,7 +31,7 @@ commands=
3231[testenv:compatibility]
3332deps =pytest
3433commands =
35- pytest -v tests/test_isal.py
34+ pytest tests/test_isal.py
3635
3736[testenv:lint]
3837deps =flake8
You can’t perform that action at this time.
0 commit comments