Hide skip output for unittests-nodisp env.
This commit is contained in:
parent
11961db72c
commit
a164eee1ba
4
tox.ini
4
tox.ini
@ -45,7 +45,7 @@ commands =
|
|||||||
{envpython} -m py.test --strict -rfEsw -m 'integration' {posargs:tests}
|
{envpython} -m py.test --strict -rfEsw -m 'integration' {posargs:tests}
|
||||||
|
|
||||||
[testenv:mkvenv]
|
[testenv:mkvenv]
|
||||||
basepython = python3
|
basepython = python3.5
|
||||||
commands = {envpython} scripts/link_pyqt.py --tox {envdir}
|
commands = {envpython} scripts/link_pyqt.py --tox {envdir}
|
||||||
envdir = {toxinidir}/.venv
|
envdir = {toxinidir}/.venv
|
||||||
usedevelop = true
|
usedevelop = true
|
||||||
@ -71,7 +71,7 @@ setenv =
|
|||||||
QUTE_NO_DISPLAY_OK=1
|
QUTE_NO_DISPLAY_OK=1
|
||||||
commands =
|
commands =
|
||||||
{envpython} scripts/link_pyqt.py --tox {envdir}
|
{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]
|
[testenv:misc]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
|
Loading…
Reference in New Issue
Block a user