From: Jeremy Stanley Date: Wed, 29 Dec 2021 17:56:38 +0000 (+0000) Subject: Update warning filter for pip's vendored libs X-Git-Tag: 0.5.0~8 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=7dc10476791b9e639d98d54ca697aaa6565fbc10;hp=7dc10476791b9e639d98d54ca697aaa6565fbc10 Update warning filter for pip's vendored libs The path function in importlib_resources is deprecated, but called from the versions of certifi and pep517 vendored by recent pip releases. Ignore these with the PYTHONWARNINGS in tox.ini so they'll be filtered out for now. ---