Skip to content

Commit 5a7a8e1

Browse files
pilkibunjreback
pilkibun
authored andcommitted
CLN: remove Hypothesis warning during test (pandas-dev#27336)
1 parent 76cca0e commit 5a7a8e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/conftest.py

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
# if it really is slow add `@settings(deadline=...)` with a working value,
2626
# or `deadline=None` to entirely disable timeouts for that test.
2727
deadline=500,
28-
timeout=hypothesis.unlimited,
2928
suppress_health_check=(hypothesis.HealthCheck.too_slow,),
3029
)
3130
hypothesis.settings.load_profile("ci")

0 commit comments

Comments
 (0)