From 1bfe92dadc290ee65e261498e80880b295309ed7 Mon Sep 17 00:00:00 2001 From: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com> Date: Tue, 7 Nov 2023 08:10:56 -0800 Subject: [PATCH] Remove faulthandler --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8c44ddbf699d4..26d52d97b0934 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -473,7 +473,7 @@ disable = [ [tool.pytest.ini_options] # sync minversion with pyproject.toml & install.rst minversion = "7.3.2" -addopts = "--strict-markers --strict-config --capture=no --durations=30 --junitxml=test-data.xml -o faulthandler_timeout=300" +addopts = "--strict-markers --strict-config --capture=no --durations=30 --junitxml=test-data.xml" empty_parameter_set_mark = "fail_at_collect" xfail_strict = true testpaths = "pandas"