File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010 mock >= 0.5.0
1111passenv = END_TO_END
1212commands =
13- pytest {posargs}
13+ pytest -- capture =no {posargs}
1414
1515[testenv:py27-configparser]
1616; see https://github.com/Supervisor/supervisor/issues/1230
@@ -24,15 +24,15 @@ commands = {[testenv]commands}
2424[testenv:cover]
2525basepython = python2.7
2626commands =
27- pytest --cov =supervisor --cov-report =term-missing --cov-report =xml {posargs}
27+ pytest --capture =no -- cov =supervisor --cov-report =term-missing --cov-report =xml {posargs}
2828deps =
2929 {[testenv]deps}
3030 pytest-cov
3131
3232[testenv:cover3]
3333basepython = python3.7
3434commands =
35- pytest --cov =supervisor --cov-report =term-missing --cov-report =xml {posargs}
35+ pytest --capture =no -- cov =supervisor --cov-report =term-missing --cov-report =xml {posargs}
3636deps =
3737 {[testenv:cover]deps}
3838
You can’t perform that action at this time.
0 commit comments