Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed invalid regex handling in filterwarnings #13124

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update testing/test_warnings.py
graingert authored Jan 28, 2025
commit 355b80251174ab30ed9324b6b308967011429a30
2 changes: 1 addition & 1 deletion testing/test_warnings.py
Original file line number Diff line number Diff line change
@@ -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(