-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
CI: change np-dev xfails to not strict #32031
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI: change np-dev xfails to not strict #32031
Conversation
@@ -386,6 +386,7 @@ def test_td_div_numeric_scalar(self): | |||
marks=pytest.mark.xfail( | |||
_is_numpy_dev, | |||
reason="https://github.com/pandas-dev/pandas/issues/31992", | |||
strict=False, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this test is consistently failing. remove the strict=False?
Do we have a good way of knowing when the xfail becomes unnecessary? |
once we make the test xfail(strict=False), i don't think so. still better than a skip though since we'll see the xpass in the test output |
@jbrockmendel ok with this until have time to diagnose / fix the real cause? |
fine by me |
follow-up to #32025