From a6755ff54deec77cde66788ad0c4c8796ce8787d Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 25 Apr 2022 21:18:25 +0200 Subject: Ignore certifi deprecation warning See https://github.com/certifi/python-certifi/issues/170 --- pytest.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pytest.ini b/pytest.ini index 72ad24002..ed7052085 100644 --- a/pytest.ini +++ b/pytest.ini @@ -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 -- cgit v1.2.3-54-g00ecf