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)
commit7dc10476791b9e639d98d54ca697aaa6565fbc10
treeb07331ae48ce5929aa6c1dd64462b238c68d54db
parent37090e1e7d0faeb716858eee09d29a410c2e568e
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.
tox.ini