Skip to content
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

deprecation warning on Python 3.11: 'cgi' is deprecated and slated for removal in Python 3.13 #334

Closed
jugmac00 opened this issue Jun 1, 2022 · 1 comment

Comments

@jugmac00
Copy link
Contributor

jugmac00 commented Jun 1, 2022

.tox/py311/lib/python3.11/site-packages/testtools/testresult/real.py:25
  /home/jugmac00/Projects/lpcraft/.tox/py311/lib/python3.11/site-packages/testtools/testresult/real.py:25: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13
    import cgi

Also see:
https://peps.python.org/pep-0594/#cgi

And yes I know - it will take a couple of years until anybody will use 3.14 :-)

@cjwatson
Copy link
Contributor

Fixed in #340.

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

No branches or pull requests

2 participants