Skip to content

Commit

Permalink
Change warningfilter to check for basic DeprecationWarning rather tha…
Browse files Browse the repository at this point in the history
…n pytest-specific subclass which has been removed.
  • Loading branch information
domdfcoding committed Mar 12, 2024
1 parent 1c17c55 commit 7963f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ timeout = 300
filterwarnings =
error
ignore:can't resolve package from __spec__ or __package__, falling back on __name__ and __path__:ImportWarning
always:The \(fspath.*\) argument to YamlTestFile is deprecated:pytest.PytestRemovedIn8Warning
always:The \(fspath.*\) argument to YamlTestFile is deprecated:DeprecationWarning
always:module 'sre_constants' is deprecated:DeprecationWarning
always:pkg_resources is deprecated as an API:DeprecationWarning
always:ast.Ellipsis is deprecated and will be removed in Python 3.14; use ast.Constant instead:DeprecationWarning:mypy.fastparse
Expand Down

0 comments on commit 7963f7b

Please sign in to comment.