From 55b83409d99896f8afc4c702583574d884372191 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 13 Nov 2015 06:22:29 +0100 Subject: [PATCH] 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. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 77df59af7..be7e19cb6 100644 --- a/tox.ini +++ b/tox.ini @@ -30,7 +30,7 @@ deps = pytest-bdd==2.15.0 pytest-catchlog==1.2.0 pytest-cov==2.2.0 - pytest-faulthandler==1.0.1 + pytest-faulthandler==1.1.0 pytest-html==1.7 pytest-mock==0.8.1 pytest-qt==1.9.0