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:
parent
922dca039b
commit
62687b1f82
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue