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}
|
||||
|
||||
[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
|
||||
|
Loading…
Reference in New Issue
Block a user