summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2019-02-16 20:10:29 +0100
committerFlorian Bruhin <me@the-compiler.org>2019-02-16 20:10:29 +0100
commit5a319cc50533c65629000a7e235d14a5e275c55f (patch)
tree4968a51e5147183b8c00c589ead80b3f5526b77d /pytest.ini
parent94f998ac3a34bc068ed800e0718c248d94da8527 (diff)
downloadqutebrowser-5a319cc50533c65629000a7e235d14a5e275c55f.tar.gz
qutebrowser-5a319cc50533c65629000a7e235d14a5e275c55f.zip
Be more strict about Python deprecation warnings again
The warnings caught in earlyinit.py got fixed in the affected dependencies. The collections.abc warning also seems to be fixed in everything but PyYAML.
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini2
1 files changed, 0 insertions, 2 deletions
diff --git a/pytest.ini b/pytest.ini
index ff2b606ef..49f23359b 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -68,7 +68,5 @@ qt_log_ignore =
xfail_strict = true
filterwarnings =
error
- # 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
# WORKAROUND for https://github.com/pytest-dev/pytest-bdd/pull/288
ignore:the `pytest\.config` global is deprecated\. Please use `request.config` or `pytest_configure` \(if you're a pytest plugin\) instead\.