Skip to content

Commit 3d95c2f

Browse files
authored
Merge pull request #13793 from bluetech/testing-warning
testing: fix warning from test
2 parents 77a45fe + dad0be9 commit 3d95c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test_warnings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ def test():
440440
pass
441441
"""
442442
)
443-
result = pytester.runpytest("-W", "ignore::bizbaz.Bizbaz")
443+
result = pytester.runpytest_subprocess("-W", "ignore::bizbaz.Bizbaz")
444444
result.stdout.fnmatch_lines(
445445
[
446446
f"*== {WARNINGS_SUMMARY_HEADER} ==*",

0 commit comments

Comments
 (0)