Hide skip output for unittests-nodisp env.

This commit is contained in:
Florian Bruhin 2015-09-29 21:07:00 +02:00
parent 11961db72c
commit a164eee1ba

View File

@ -45,7 +45,7 @@ commands =
{envpython} -m py.test --strict -rfEsw -m 'integration' {posargs:tests}
[testenv:mkvenv]
basepython = python3
basepython = python3.5
commands = {envpython} scripts/link_pyqt.py --tox {envdir}
envdir = {toxinidir}/.venv
usedevelop = true
@ -71,7 +71,7 @@ setenv =
QUTE_NO_DISPLAY_OK=1
commands =
{envpython} scripts/link_pyqt.py --tox {envdir}
{envpython} -m py.test --strict -rfEsw -m 'not integration' {posargs:tests}
{envpython} -m py.test --strict -rfEw -m 'not integration' {posargs:tests}
[testenv:misc]
basepython = python3