python-warnings: Remove python-binary-memcached exemption.

The fix was merged upstream in 0.31.3.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2024-11-18 19:29:34 -08:00 committed by Tim Abbott
parent a9d0054efa
commit a3eae0b6f0
1 changed files with 0 additions and 3 deletions

View File

@ -10,9 +10,6 @@ PYTHONWARNINGS+=',default:check_home argument is deprecated and ignored.:Depreca
# https://github.com/disqus/django-bitfield/pull/135
PYTHONWARNINGS+=',default:Attribute s is deprecated and will be removed in Python 3.14; use value instead:DeprecationWarning:__main__'
# https://github.com/jaysonsantos/python-binary-memcached/pull/257
PYTHONWARNINGS+=',ignore:urllib.parse.splitport() is deprecated as of 3.8:DeprecationWarning:bmemcached.protocol'
# https://github.com/boto/botocore/pull/3239
PYTHONWARNINGS+=',ignore:datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version.:DeprecationWarning:botocore.auth'