From b58cb949e42ebf779cfdb64c9bab762ab0bf0d65 Mon Sep 17 00:00:00 2001 From: Jimmy Date: Tue, 2 Jul 2019 19:04:40 +1200 Subject: Remove pytest-faulthandler external plugin. It is in the core as of pytest 5.0.0. --- pytest.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pytest.ini') diff --git a/pytest.ini b/pytest.ini index 89562bb1f..5f4211ab0 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,6 +1,6 @@ [pytest] log_level = NOTSET -addopts = --strict -rfEw --faulthandler-timeout=90 --instafail --benchmark-columns=Min,Max,Median +addopts = --strict -rfEw --instafail --benchmark-columns=Min,Max,Median testpaths = tests markers = gui: Tests using the GUI (e.g. spawning widgets) @@ -70,3 +70,4 @@ qt_log_ignore = ^Attribute Qt::AA_ShareOpenGLContexts must be set before QCoreApplication is created\. xfail_strict = true filterwarnings = error +faulthandler_timeout = 90 -- cgit v1.2.3-54-g00ecf