-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
CIContinuous IntegrationContinuous IntegrationTestingpandas testing functions or related to the test suitepandas testing functions or related to the test suiteUnreliable TestUnit tests that occasionally failUnit tests that occasionally failgood first issue
Milestone
Description
from #22280 (comment)
# add to pandas/conftest.py
from hypothesis import settings, HealthCheck
settings.default.suppress_health_check = (HealthCheck.TooSlow,)
# HealthCheck.all() to disable all health checks
Metadata
Metadata
Assignees
Labels
CIContinuous IntegrationContinuous IntegrationTestingpandas testing functions or related to the test suitepandas testing functions or related to the test suiteUnreliable TestUnit tests that occasionally failUnit tests that occasionally failgood first issue