diff options
author | Florian Bruhin <me@the-compiler.org> | 2023-04-03 08:22:45 +0200 |
---|---|---|
committer | Florian Bruhin <me@the-compiler.org> | 2023-04-03 08:22:45 +0200 |
commit | 72c38a8e193679bbad13db15c2a1fb7728f06a15 (patch) | |
tree | afc12d10eb52fbf813fbd80c04501a66a0c7cb7c | |
parent | 9ff100f0d55f259b7e58199ff0dd60883883c184 (diff) | |
download | qutebrowser-72c38a8e193679bbad13db15c2a1fb7728f06a15.tar.gz qutebrowser-72c38a8e193679bbad13db15c2a1fb7728f06a15.zip |
tests: Remove old pytest-instafail/hypothesis filterwarnings
-rw-r--r-- | pytest.ini | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/pytest.ini b/pytest.ini index 82f700461..46a22c5c8 100644 --- a/pytest.ini +++ b/pytest.ini @@ -63,9 +63,4 @@ filterwarnings = 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 - # https://github.com/HypothesisWorks/hypothesis/issues/3309 - ignore:module 'sre_constants' is deprecated:DeprecationWarning - ignore:module 'sre_parse' is deprecated:DeprecationWarning - # https://github.com/pytest-dev/pytest-instafail/pull/26 - ignore:The hookimpl pytest_.* uses old-style configuration options:pytest.PytestDeprecationWarning:pytest_instafail faulthandler_timeout = 90 |