From 46a9ccfb16ee0f7b19dd8662804653495a9658bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20H=C3=B6rtenhuber?= Date: Tue, 12 Mar 2024 16:37:53 +0100 Subject: [PATCH] fix `module 'pytest' has no attribute 'PytestRemovedIn8Warning'` error (#5106) --- pytest.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/pytest.ini b/pytest.ini index 02a8acac0f29..eea2c180278f 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,3 +1 @@ [pytest] -filterwarnings = - ignore::pytest.PytestRemovedIn8Warning:_pytest.nodes:140