Skip to content

FIX: Get doc of actual class in test #262

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 1 commit into from
May 23, 2020
Merged

FIX: Get doc of actual class in test #262

merged 1 commit into from
May 23, 2020

Conversation

larsoner
Copy link
Collaborator

@larsoner larsoner commented May 7, 2020

Closes #261

Seems to be caused by https://bugs.python.org/issue40257 / https://docs.python.org/3.9/whatsnew/3.9.html#changes-in-the-python-api. I assume it's actually reasonable / more correct to look at the doc of the class, rather than an instance of the class. @opoplawski can you see if it indeed fixes it for you? Using deadsnakes ppa on 20.04 it seems to work for me...

@opoplawski
Copy link

Seems to build fine here as well. Thanks!

@larsoner larsoner merged commit 4617807 into numpy:master May 23, 2020
@larsoner larsoner deleted the 3.9 branch May 23, 2020 23:16
@larsoner
Copy link
Collaborator Author

Merging so that this can go into 1.0.0

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

Successfully merging this pull request may close these issues.

Test failure with python 3.9
2 participants