summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-04-07 22:30:23 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-04-07 22:30:23 +0200
commite0657a550a80876c6236bc065593b01ef098f18c (patch)
treeb55bcbf5327afb88cea803f5e0175f23ac382b5b /pytest.ini
parentbbd71c4975d713f4ce2e719f07fe4e7d68048ffb (diff)
downloadqutebrowser-e0657a550a80876c6236bc065593b01ef098f18c.tar.gz
qutebrowser-e0657a550a80876c6236bc065593b01ef098f18c.zip
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)
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini2
1 files changed, 2 insertions, 0 deletions
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