tests: Ignore SixMetaPathImporter warning

Seems to be raised when importing six (via tldextract/requests/urllib)
on Python 3.10: https://github.com/benjaminp/six/issues/341

See #6068
This commit is contained in:
Florian Bruhin 2021-01-26 20:12:05 +01:00
parent 922dca039b
commit 62687b1f82
1 changed files with 1 additions and 0 deletions

View File

@ -80,4 +80,5 @@ xfail_strict = true
filterwarnings =
error
default:Test process .* failed to terminate!:UserWarning
ignore:_SixMetaPathImporter\.exec_module\(\) not found; falling back to load_module\(\):ImportWarning
faulthandler_timeout = 90