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:
parent
3153f69945
commit
b0671ef530
2
tox.ini
2
tox.ini
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user