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
Copy file name to clipboardExpand all lines: setup.cfg
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -140,6 +140,15 @@ filterwarnings =
140
140
# Temporarily ignore warnings internal to Python 3.9.7, can be removed again in 3.9.8.
141
141
ignore:The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10.:DeprecationWarning:asyncio
142
142
ignore:Creating a LegacyVersion has been deprecated and will be removed in the next major release:DeprecationWarning::
143
+
# The following deprecation warning is triggered by importing
144
+
# `gunicorn.util`. Hopefully, it'll get fixed in the future. See
145
+
# https://github.com/benoitc/gunicorn/issues/2840 for detail.
146
+
ignore:module 'sre_constants' is deprecated:DeprecationWarning:pkg_resources._vendor.pyparsing
147
+
# The deprecation warning below is happening under Python 3.11 and
148
+
# is fixed by https://github.com/certifi/python-certifi/pull/199. It
149
+
# can be dropped with the next release of `certify`, specifically
150
+
# `certify > 2022.06.15`.
151
+
ignore:path is deprecated. Use files.. instead. Refer to https.//importlib-resources.readthedocs.io/en/latest/using.html#migrating-from-legacy for migration advice.:DeprecationWarning:certifi.core
0 commit comments