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"