From 253d3f772fdeee60a39dbf5f70cdf9ebd4779521 Mon Sep 17 00:00:00 2001 From: Michael Seifert Date: Wed, 12 Jul 2023 10:01:04 +0200 Subject: [PATCH] [build] Removed obsolete warning filters to ignore ast deprecation warnings triggered by pytest's assertion rewriting. The issue has been addressed in pytest 7.4.0. Signed-off-by: Michael Seifert --- setup.cfg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 46e7d669..3712ec16 100644 --- a/setup.cfg +++ b/setup.cfg @@ -72,8 +72,6 @@ asyncio_mode = auto junit_family=xunit2 filterwarnings = error - # https://github.com/pytest-dev/pytest/issues/10977 - ignore:ast\.(Num|NameConstant|Str).*:DeprecationWarning:_pytest - ignore:Attribute s is deprecated.*:DeprecationWarning:_pytest + [flake8] max-line-length = 88