Skip to content

Commit 0a72a51

Browse files
committed
update suppression of health checks (#653)
1 parent 62d689d commit 0a72a51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/strategies/test_strategies.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,7 @@ def test_dataframe_example(data) -> None:
505505

506506
@pytest.mark.parametrize("size", [3, 5, 10])
507507
@hypothesis.given(st.data())
508+
@hypothesis.settings(suppress_health_check=[hypothesis.HealthCheck.too_slow])
508509
def test_dataframe_unique(size, data) -> None:
509510
"""Test that DataFrameSchemas with unique columns are actually unique."""
510511
schema = pa.DataFrameSchema(

0 commit comments

Comments
 (0)