-
-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Closed
Labels
Testingpandas testing functions or related to the test suitepandas testing functions or related to the test suitegood first issue
Milestone
Description
Pytest let's you configure the default xfail strictness in the setup.cfg
xfail_strict=true
This issue is to
- Make that change
- Update tests that are currently XPASSing
- If always passing then remove the xfail entirely
- If only sometimes passing (flaky test, dependency, configuration, etc.) then mark that specific test as
strict=False
.
Metadata
Metadata
Assignees
Labels
Testingpandas testing functions or related to the test suitepandas testing functions or related to the test suitegood first issue