From e0657a550a80876c6236bc065593b01ef098f18c Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 7 Apr 2021 22:30:23 +0200 Subject: tests: Ignore new Python 3.10.0a7 ImportWarnings https://github.com/pypa/setuptools/pull/2517 https://github.com/pypa/setuptools/pull/2523 (something in tox/virtualenv probably uses an older setuptools...) https://github.com/benjaminp/six/pull/352 (not released yet) --- pytest.ini | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pytest.ini') diff --git a/pytest.ini b/pytest.ini index 4873152ea..8aa49b446 100644 --- a/pytest.ini +++ b/pytest.ini @@ -82,4 +82,6 @@ filterwarnings = error default:Test process .* failed to terminate!:UserWarning 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 faulthandler_timeout = 90 -- cgit v1.2.3-54-g00ecf