Skip to content

Commit

Permalink
Update testing/test_warnings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert authored Jan 28, 2025
1 parent d5d8608 commit 355b802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/test_warnings.py
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ def test_invalid_regex_in_filterwarning(self, pytester: Pytester) -> None:
[pytest]
filterwarnings =
ignore::DeprecationWarning:*
"""
"""
)
result = pytester.runpytest_subprocess()
result.stderr.fnmatch_lines(
Expand Down

0 comments on commit 355b802

Please sign in to comment.