-
Notifications
You must be signed in to change notification settings - Fork 6
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
Fix DeprecationWarnings
in unittest.*
#143
Comments
DeprecatioonWarnings
in unittest.*
DeprecationWarnings
in unittest.*
Speaking from memory, I think the whole |
It depends: |
This issue should have been fixed by running |
BUG/PROBLEM REPORT (OR OTHER COMMON ISSUE)
As reported in zopefoundation/zope.security#83, changes made in python/cpython#28382 are raising a range of
DeprecationWarnings
.What I did:
tox -epy311
See also zopefoundation/zope.security#83 (comment)
What to do:
Fix the issue maybe with help of
pre-commit
andpyupgrade
after this proposal is implemented asottile/pyupgrade#631Fix the
DeprecationWarnings
in:What version of Python and Zope/Addons I am using:
Python 3.11a6
The text was updated successfully, but these errors were encountered: