summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index c897f0be7..452841a6e 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -64,3 +64,6 @@ qt_log_ignore =
^QSettings::value: Empty key passed
^Icon theme ".*" not found
xfail_strict = true
+filterwarnings =
+ # This happens in many qutebrowser dependencies...
+ ignore:Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working:DeprecationWarning