summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-06-16 11:50:07 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-06-16 11:50:07 +0200
commit080ce36451aa576e5fd9c8ce5a916f7a42e4afa2 (patch)
treea6fb3ea8023d36872ea51f6b200ff294bfd33092
parente97bcff9dc0625110baa781f860a5cebc4691083 (diff)
downloadqutebrowser-080ce36451aa576e5fd9c8ce5a916f7a42e4afa2.tar.gz
qutebrowser-080ce36451aa576e5fd9c8ce5a916f7a42e4afa2.zip
tests: Update warning ignores
-rw-r--r--pytest.ini7
1 files changed, 2 insertions, 5 deletions
diff --git a/pytest.ini b/pytest.ini
index 9db8121b8..8d7cf2e95 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -63,11 +63,8 @@ xfail_strict = true
filterwarnings =
error
default:Test process .* failed to terminate!:UserWarning
- # https://github.com/certifi/python-certifi/issues/170
- ignore:path is deprecated\. Use files\(\) instead\. Refer to https.//importlib-resources\.readthedocs\.io/en/latest/using\.html#migrating-from-legacy for migration advice\.:DeprecationWarning:certifi.core
- # Python 3.12: https://github.com/pytest-dev/pytest/issues/10977
- ignore:ast\.(Str|NameConstant|Num) is deprecated and will be removed in Python 3\.14; use ast\.Constant instead:DeprecationWarning
- ignore:Attribute s is deprecated and will be removed in Python 3\.14; use value instead:DeprecationWarning
+ # Python 3.12: https://github.com/jendrikseipp/vulture/issues/314
+ ignore:ast\.Str is deprecated and will be removed in Python 3\.14; use ast\.Constant instead:DeprecationWarning:vulture\.core
# Python 3.12: https://github.com/ionelmc/pytest-benchmark/issues/240
ignore:datetime\.utcnow\(\) is deprecated and scheduled for removal in a future version\. Use timezone-aware objects to represent datetimes in UTC. datetime\.now\(datetime\.UTC\)\.:DeprecationWarning:pytest_benchmark\.utils
faulthandler_timeout = 90