From a3eae0b6f0546ad5327b799118daf98bc0176eb5 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Mon, 18 Nov 2024 19:29:34 -0800 Subject: [PATCH] python-warnings: Remove python-binary-memcached exemption. The fix was merged upstream in 0.31.3. Signed-off-by: Anders Kaseorg --- tools/python-warnings.bash | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/python-warnings.bash b/tools/python-warnings.bash index 11518edc87..e7263ab209 100644 --- a/tools/python-warnings.bash +++ b/tools/python-warnings.bash @@ -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'