-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
gh-90971: suppress deprecation warning in test_lib2to3
#31464
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
Conversation
I see this in the CI logs for this PR:
https://github.com/python/cpython/runs/5272523879?check_suite_focus=true#step:17:260 |
@hugovk good catch! There was one more warning. Fixed! 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now no lib2to3 deprecation warnings in the test logs. 👍
https://github.com/python/cpython/runs/5276116883?check_suite_focus=true
Co-authored-by: Jelle Zijlstra <[email protected]>
This should not be backported because 2to3 is only deprecated starting in 3.11. |
Co-authored-by: Éric <[email protected]>
test_lib2to3
test_lib2to3
Co-authored-by: Jelle Zijlstra <[email protected]>
https://bugs.python.org/issue46815