Skip to content

Commit e66bde9

Browse files
committed
Enable pytest capturing in test suite
1 parent 8cfbb99 commit e66bde9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ deps = -rrequirements-tests.txt
66
commands = py.test {posargs}
77

88
[pytest]
9-
addopts = --capture=no --verbose
9+
addopts = --verbose
1010
python_files = apt_mirror_updater/tests.py
1111

1212
[flake8]

0 commit comments

Comments
 (0)