tox: Remove unittests-watch env.
This commit is contained in:
parent
8e925cc5a2
commit
f1ce6d0ed6
11
tox.ini
11
tox.ini
@ -46,17 +46,6 @@ commands = {envpython} scripts/link_pyqt.py --tox {envdir}
|
|||||||
envdir = {toxinidir}/.venv
|
envdir = {toxinidir}/.venv
|
||||||
usedevelop = true
|
usedevelop = true
|
||||||
|
|
||||||
[testenv:unittests-watch]
|
|
||||||
basepython = python3
|
|
||||||
passenv = {[testenv]passenv}
|
|
||||||
deps =
|
|
||||||
{[testenv]deps}
|
|
||||||
pytest-testmon==0.6
|
|
||||||
pytest-watch==3.2.0
|
|
||||||
commands =
|
|
||||||
{envpython} scripts/link_pyqt.py --tox {envdir}
|
|
||||||
{envdir}/bin/ptw -- --testmon --strict -rfEsw {posargs:tests}
|
|
||||||
|
|
||||||
[testenv:unittests-frozen]
|
[testenv:unittests-frozen]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
passenv = {[testenv]passenv}
|
passenv = {[testenv]passenv}
|
||||||
|
Loading…
Reference in New Issue
Block a user