Skip to content

Commit 63e6ad9

Browse files
authored
Fix pytest capture (#12)
* Stable v0.0.4 release * Fix pytest IO capturing
1 parent 4a98928 commit 63e6ad9

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
@@ -27,10 +27,10 @@ commands = flake8
2727
commands = {posargs}
2828

2929
[testenv:py3.5]
30-
commands = pytest -vv --tb=long --capture=sys --cov=fdk --capture=fd {toxinidir}/fdk/tests
30+
commands = pytest -v -s --tb=long --cov=fdk {toxinidir}/fdk/tests
3131

3232
[testenv:py3.6]
33-
commands = pytest -vv --tb=long --capture=sys --cov=fdk --capture=fd {toxinidir}/fdk/tests
33+
commands = pytest -v -s --tb=long --cov=fdk {toxinidir}/fdk/tests
3434

3535
[flake8]
3636
ignore = H405,H404,H403,H401

0 commit comments

Comments
 (0)