Skip to content

Commit 57fcd65

Browse files
committed
Use non-verbose output
1 parent af66da2 commit 57fcd65

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tox.ini

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ deps=pytest
77
passenv=
88
PYTHON_ISAL_LINK_DYNAMIC
99
commands =
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]
1413
deps=coverage[toml]
@@ -20,7 +19,7 @@ setenv=
2019
CYTHON_COVERAGE=true
2120
commands =
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]
3332
deps=pytest
3433
commands=
35-
pytest -v tests/test_isal.py
34+
pytest tests/test_isal.py
3635

3736
[testenv:lint]
3837
deps=flake8

0 commit comments

Comments
 (0)