tox: Don't add --faulthandler-timeout to pytest.

This breaks the tests on Windows currently:

https://github.com/pytest-dev/pytest-faulthandler/issues/8
This commit is contained in:
Florian Bruhin 2015-10-07 07:01:03 +02:00
parent 3153f69945
commit b0671ef530

View File

@ -31,7 +31,7 @@ deps =
Werkzeug==0.10.4
commands =
{envpython} scripts/link_pyqt.py --tox {envdir}
{envpython} -m py.test --strict -rfEsw --cov qutebrowser --cov-report xml --cov-report=html --cov-report= --faulthandler-timeout=20 {posargs:tests}
{envpython} -m py.test --strict -rfEsw --cov qutebrowser --cov-report xml --cov-report=html --cov-report= {posargs:tests}
{envpython} scripts/dev/check_coverage.py {posargs}
[testenv:mkvenv]