Update warning filter for pip's vendored libs
authorJeremy Stanley <fungi@yuggoth.org>
Wed, 29 Dec 2021 17:56:38 +0000 (17:56 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Wed, 29 Dec 2021 18:02:15 +0000 (18:02 +0000)
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.


No differences found