Skip to content

Fix tests with pandas 0.25 #14858

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

Closed
wants to merge 1 commit into from
Closed

Conversation

dstansby
Copy link
Member

From pandas 0.25 onwards the converters have to be explicitly registered or a warning is raised. I'm guessing they were never meant to be deregistered for the tests, so I've just changed that bit. Someone else may know better though?

@dstansby dstansby requested a review from jklymak July 19, 2019 10:50
@jklymak
Copy link
Member

jklymak commented Jul 19, 2019

#13304 explicitly deregistered the converters so we could test that our converters work on pandas objects. Are you saying our converters no longer work on pandas objects on 0.25?

Copy link
Member

@jklymak jklymak left a comment

Choose a reason for hiding this comment

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

blocking because I think we want to fix he root cause, not go back to registering pandas converters (unless we want to maintain them 😉)

@dstansby
Copy link
Member Author

Ah sorry, did not realise that. Yes, the reason the tests are failing now is because a pandas dtype isn't being converted properly any more.

@dstansby dstansby closed this Jul 19, 2019
@dstansby dstansby deleted the pandas-0.25 branch July 19, 2019 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants