Skip to content

Commit 408eb1c

Browse files
authored
Merge pull request #732 from nicoddemus/fix-warning-captured-test
2 parents e2a9381 + 1e15020 commit 408eb1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/acceptance_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ def test():
790790
warnings.warn("my custom worker warning")
791791
"""
792792
)
793-
result = pytester.runpytest("-n1")
793+
result = pytester.runpytest("-n1", "-Wignore")
794794
result.stdout.fnmatch_lines(["*1 passed*"])
795795
result.stdout.no_fnmatch_line("*this hook should not be called in this version")
796796

0 commit comments

Comments
 (0)