From e678dd7770aa2f8974d68d055c9e405715640383 Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Wed, 1 Nov 2023 13:49:13 +0100 Subject: [PATCH] fixup! pytest.ini: ignore PyDevIPCompleter6 deprecation warnings --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 8de6918c..8d2e5992 100644 --- a/pytest.ini +++ b/pytest.ini @@ -2,4 +2,4 @@ filterwarnings = error ignore:.*inspect.getargspec\(\) is deprecated.*:DeprecationWarning - ignore:.*Passing unrecognized arguments to super(PyDevIPCompleter6).*:DeprecationWarning + ignore:.*Passing unrecognized arguments to super\(PyDevIPCompleter6\).*:DeprecationWarning