Skip to content

TST: fix xfailed tests for IntegerArray, FloatingArray #39350

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 4 commits into from
Jan 24, 2021

Conversation

jbrockmendel
Copy link
Member

No description provided.

@jreback jreback added ExtensionArray Extending pandas with custom dtypes or arrays. Testing pandas testing functions or related to the test suite labels Jan 24, 2021
@jreback jreback added this to the 1.3 milestone Jan 24, 2021
@jreback jreback merged commit fc266a8 into pandas-dev:master Jan 24, 2021
request.node.add_marker(mark)
elif is_platform_windows() or not IS64:
mark = pytest.mark.xfail(reason="results are int32, expected int64")
request.node.add_marker(mark)
Copy link
Contributor

Choose a reason for hiding this comment

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

this is interesting why is this?

Copy link
Member Author

Choose a reason for hiding this comment

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

havent been able to track it down

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ExtensionArray Extending pandas with custom dtypes or arrays. Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants