tox: Update pytest-faulthandler to 1.1.0.
--faulthandler-timeout option is now properly supported in Python 3+; also a warning is issued instead of an error on platforms without a faulthandler.dump_traceback_later function.
This commit is contained in:
parent
40c7990d3a
commit
55b83409d9
2
tox.ini
2
tox.ini
@ -30,7 +30,7 @@ deps =
|
|||||||
pytest-bdd==2.15.0
|
pytest-bdd==2.15.0
|
||||||
pytest-catchlog==1.2.0
|
pytest-catchlog==1.2.0
|
||||||
pytest-cov==2.2.0
|
pytest-cov==2.2.0
|
||||||
pytest-faulthandler==1.0.1
|
pytest-faulthandler==1.1.0
|
||||||
pytest-html==1.7
|
pytest-html==1.7
|
||||||
pytest-mock==0.8.1
|
pytest-mock==0.8.1
|
||||||
pytest-qt==1.9.0
|
pytest-qt==1.9.0
|
||||||
|
Loading…
Reference in New Issue
Block a user