Skip to content

CI Pin numpy 32 bit #50384

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
merged 2 commits into from
Dec 22, 2022
Merged

CI Pin numpy 32 bit #50384

merged 2 commits into from
Dec 22, 2022

Conversation

MarcoGorelli
Copy link
Member

  • closes #xxxx (Replace xxxx with the GitHub issue number)
  • Tests added and passed if fixing a bug or adding a new feature
  • All code checks passed.
  • Added type annotations to new arguments/methods/functions.
  • Added an entry in the latest doc/source/whatsnew/vX.X.X.rst file if fixing a bug or adding a new feature.

@MarcoGorelli MarcoGorelli marked this pull request as ready for review December 21, 2022 20:37
@MarcoGorelli MarcoGorelli added the CI Continuous Integration label Dec 21, 2022
Copy link
Contributor

@topper-123 topper-123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Is there a issue about this, so it can be tracked and fixed for 2.0?

@MarcoGorelli
Copy link
Member Author

yup, here #50392

@MarcoGorelli MarcoGorelli marked this pull request as draft December 22, 2022 12:19
@MarcoGorelli
Copy link
Member Author

from #49777 it seems there a preference for not pinning numpy unless it's necessary, so I'll just xfail the test

@MarcoGorelli MarcoGorelli marked this pull request as ready for review December 22, 2022 12:25
@mroeschke mroeschke added this to the 1.5.3 milestone Dec 22, 2022
@mroeschke mroeschke merged commit 7a6ea2f into pandas-dev:1.5.x Dec 22, 2022
@mroeschke
Copy link
Member

Thanks @MarcoGorelli

@@ -733,7 +736,7 @@ def test_constructor_cast(self):
with pytest.raises(ValueError, match=msg):
Series(["a", "b", "c"], dtype=float)

@pytest.mark.xfail(np_version_gte1p24, reason="GH49777")
@pytest.mark.xfail(np_version_gte1p24 and not IS64, reason="GH49777")
Copy link
Contributor

@bnavigator bnavigator Dec 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MarcoGorelli The test also fails on 64bit

Copy link
Contributor

@bnavigator bnavigator Dec 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At least for me on openSUSE. I don't know why it does XPASS on your first commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants