From 72c38a8e193679bbad13db15c2a1fb7728f06a15 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 3 Apr 2023 08:22:45 +0200 Subject: tests: Remove old pytest-instafail/hypothesis filterwarnings --- pytest.ini | 5 ----- 1 file changed, 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 -- cgit v1.2.3-54-g00ecf