Skip to content

Commit

Permalink
Remove faulthandler
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke committed Nov 7, 2023
1 parent 0d61bf7 commit 1bfe92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1bfe92d

Please sign in to comment.