From a164eee1ba12f082325e3c4d0b69c595f0158617 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 29 Sep 2015 21:07:00 +0200 Subject: [PATCH] Hide skip output for unittests-nodisp env. --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index f128352dc..39ab996db 100644 --- a/tox.ini +++ b/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