We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e2a9381 + 1e15020 commit 408eb1cCopy full SHA for 408eb1c
1 file changed
testing/acceptance_test.py
@@ -790,7 +790,7 @@ def test():
790
warnings.warn("my custom worker warning")
791
"""
792
)
793
- result = pytester.runpytest("-n1")
+ result = pytester.runpytest("-n1", "-Wignore")
794
result.stdout.fnmatch_lines(["*1 passed*"])
795
result.stdout.no_fnmatch_line("*this hook should not be called in this version")
796
0 commit comments