Skip to content

Set hypothesis HealthCheck #22593

Closed
@TomAugspurger

Description

@TomAugspurger

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

No one assigned

    Labels

    CIContinuous IntegrationTestingpandas testing functions or related to the test suiteUnreliable TestUnit tests that occasionally failgood first issue

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions