Skip to content

Commit 0ad6942

Browse files
authored
[build] Removed obsolete warning filters to ignore ast deprecation warnings triggered by pytest's assertion rewriting. (#576)
The issue has been addressed in pytest 7.4.0. Signed-off-by: Michael Seifert <[email protected]>
1 parent 4cd3cea commit 0ad6942

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.cfg

+1-3
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ asyncio_mode = auto
7272
junit_family=xunit2
7373
filterwarnings =
7474
error
75-
# https://github.com/pytest-dev/pytest/issues/10977
76-
ignore:ast\.(Num|NameConstant|Str).*:DeprecationWarning:_pytest
77-
ignore:Attribute s is deprecated.*:DeprecationWarning:_pytest
75+
7876
[flake8]
7977
max-line-length = 88

0 commit comments

Comments
 (0)