diff --git a/tox.ini b/tox.ini index 8d112e6f6..2faa399bd 100644 --- a/tox.ini +++ b/tox.ini @@ -46,17 +46,6 @@ commands = {envpython} scripts/link_pyqt.py --tox {envdir} envdir = {toxinidir}/.venv 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] basepython = python3 passenv = {[testenv]passenv}