-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Make default xfail strict #23057
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
Comments
Hi, I am a beginner looking to contribute to pandas. Would like to learn a bit from this issue, can I take this up? |
Sure. I would run something like Also, there look to be ~100 xfail tests (not sure how many are not strict). If there are too many then feel free to do fixes in batches and just fix a subset of the files. |
Ok, sounds good. Will check it out and get back to you soon. |
If this issue is not yet resolved can I work on this |
hello, I've made a pull request
|
The
This indicates that the test |
Pytest let's you configure the default xfail strictness in the
setup.cfg
This issue is to
strict=False
.cc @jbrockmendel @jreback
The text was updated successfully, but these errors were encountered: