Skip to content

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

Merged

Conversation

arw2019
Copy link
Member

@arw2019 arw2019 commented Jul 8, 2020

@jreback
Copy link
Contributor

jreback commented Jul 9, 2020

can you make this a separate test and just xfail them?

@jreback jreback added the IO JSON read_json, to_json, json_normalize label Jul 9, 2020
@pep8speaks
Copy link

pep8speaks commented Jul 11, 2020

Hello @arw2019! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻

Comment last updated at 2020-07-15 01:42:21 UTC

@arw2019 arw2019 changed the title CI: MacPython failing TestPandasContainer.test_to_json_large_numbers WIP CI: MacPython failing TestPandasContainer.test_to_json_large_numbers Jul 11, 2020
@TomAugspurger TomAugspurger added this to the 1.1 milestone Jul 14, 2020
@TomAugspurger
Copy link
Contributor

Pushed a commit xfailing the test for 32-bit. Opened #35279 to track it.

@TomAugspurger
Copy link
Contributor

My commit broke the other case. Will get it fixed up here soon.

@TomAugspurger
Copy link
Contributor

OK, just skipping that test on 32-bit systems, under the assumption that it's supposed to return an int64 dtype when sys.maxsize - 1 fits in an int64. Leaving updating the test to #35279.

@TomAugspurger
Copy link
Contributor

Merging to get CI passing at MacPython. Thanks @arw2019.

@TomAugspurger TomAugspurger merged commit 492e3e9 into pandas-dev:master Jul 15, 2020
@arw2019 arw2019 changed the title WIP CI: MacPython failing TestPandasContainer.test_to_json_large_numbers CI: MacPython failing TestPandasContainer.test_to_json_large_numbers Jul 15, 2020
@arw2019 arw2019 deleted the CI-MacPython-fails-to_json-large_nums branch July 16, 2020 18:55
fangchenli pushed a commit to fangchenli/pandas that referenced this pull request Jul 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IO JSON read_json, to_json, json_normalize Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI: MacPython failing TestPandasContainer.test_to_json_large_numbers
5 participants