Ignore certifi deprecation warning

See https://github.com/certifi/python-certifi/issues/170
This commit is contained in:
Florian Bruhin 2022-04-25 21:18:25 +02:00
parent de0aa69b9a
commit 9fbaba228c
1 changed files with 2 additions and 0 deletions

View File

@ -86,4 +86,6 @@ filterwarnings =
ignore:_SixMetaPathImporter\.find_spec\(\) not found; falling back to find_module\(\):ImportWarning
# https://github.com/ionelmc/python-hunter/issues/97
ignore:The distutils\.sysconfig module is deprecated, use sysconfig instead:DeprecationWarning
# https://github.com/certifi/python-certifi/issues/170
ignore:path is deprecated\. Use files\(\) instead\. Refer to https.//importlib-resources\.readthedocs\.io/en/latest/using\.html#migrating-from-legacy for migration advice\.:DeprecationWarning:certifi.core
faulthandler_timeout = 90