-
-
Notifications
You must be signed in to change notification settings - Fork 163
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
Filter DeprecationWarning
in failing test for python 3.12
#523
Conversation
Co-authored-by: Eric Larson <larson.eric.d@gmail.com>
Thanks @larsoner , indeed I wasn't sure about the project policies about python versions. |
I think we can properly fix this rather than by filtering the |
I'm afraid I probably need a deeper look at the code to understand what you are proposing... I was hoping to be helpful , but if you can offer a better fix you are likely to be more efficient than me ... :) |
Thanks @cmarmo ! |
Dear maintainers,
it seems to me that the failing test in #522 and #512 is generated by a
DeprecationWarning
new in python 3.12.This pull request fixes the test filtering
DeprecationWarning
s in that specific test.Closes #512.
Closes #522.
Thank you for considering it.