-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CI: MacPython failing TestPandasContainer.test_to_json_large_numbers #35184
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: MacPython failing TestPandasContainer.test_to_json_large_numbers #35184
Conversation
can you make this a separate test and just xfail them? |
Pushed a commit xfailing the test for 32-bit. Opened #35279 to track it. |
My commit broke the other case. Will get it fixed up here soon. |
OK, just skipping that test on 32-bit systems, under the assumption that it's supposed to return an int64 dtype when |
Merging to get CI passing at MacPython. Thanks @arw2019. |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff