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)
This commit is contained in:
Florian Bruhin 2021-04-07 22:30:23 +02:00
parent bbd71c4975
commit e0657a550a
1 changed files with 2 additions and 0 deletions

View File

@ -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