Skip to content

Commit b645260

Browse files
authored
Merge pull request #2363 from tseaver/pytest-suppress-module-name-spew
Suppress module name spew when running tests.
2 parents 75835c8 + 00798a5 commit b645260

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ envlist =
66
deps =
77
pytest
88
covercmd =
9-
py.test \
9+
py.test --quiet \
1010
--cov=google.cloud \
1111
--cov=unit_tests \
1212
--cov-config {toxinidir}/.coveragerc \
1313
unit_tests
1414

1515
[testenv]
1616
commands =
17-
py.test {posargs} unit_tests
17+
py.test --quiet {posargs} unit_tests
1818
deps =
1919
{[testing]deps}
2020

0 commit comments

Comments
 (0)