Ignore certifi deprecation warning
See https://github.com/certifi/python-certifi/issues/170
This commit is contained in:
parent
de0aa69b9a
commit
9fbaba228c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue