You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone https://github.com/morepath/morepath
cd morepath
tox -e py311
...
.tox/py311/lib/python3.11/site-packages/webob/compat.py:5
/home/jugmac00/Projects/my-all-repos/output_zope/morepath/morepath/.tox/py311/lib/python3.11/site-packages/webob/compat.py:5: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13
from cgi import parse_header
And yes I know - it will take a couple of years until anybody will use 3.14 :-)
Anyhow, seeing the same deprecation warnings with every test run is slightly annoying. If you are ok with the suggested replacement (see pep), I'd create a PR.
lexdene, miketheman, azmeuk, brondsem, Preston-Landers and 11 more