From 7535ae3fd853a76e04991b2856ec97fa8c68021e Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 5 May 2021 20:04:48 +0200 Subject: Ignore Python 3.10 distutils deprecation warning See https://github.com/ionelmc/python-hunter/issues/97 --- pytest.ini | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pytest.ini') diff --git a/pytest.ini b/pytest.ini index 8aa49b446..72ad24002 100644 --- a/pytest.ini +++ b/pytest.ini @@ -84,4 +84,6 @@ filterwarnings = ignore:_SixMetaPathImporter\.exec_module\(\) not found; falling back to load_module\(\):ImportWarning ignore:VendorImporter\.find_spec\(\) not found; falling back to find_module\(\):ImportWarning 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 faulthandler_timeout = 90 -- cgit v1.2.3-54-g00ecf