Skip to content

Commit

Permalink
Remove xfail tracebacks from testsuite (#11028)
Browse files Browse the repository at this point in the history
  • Loading branch information
phofl authored Mar 27, 2024
1 parent 3d012af commit b663dca
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 @@ -128,7 +128,7 @@ markers = [
"skip_with_pyarrow_strings: Tests that should be skipped when pyarrow string conversion is turned on",
"xfail_with_pyarrow_strings: Tests that should be xfailed when pyarrow string conversion is turned on",
]
addopts = "-v -rsxfE --durations=10 --color=yes --cov-config=pyproject.toml"
addopts = "-v -rsfE --durations=10 --color=yes --cov-config=pyproject.toml"
filterwarnings = [
"error:::dask[.*]",
"error:::pandas[.*]",
Expand Down

0 comments on commit b663dca

Please sign in to comment.