Skip to content

Commit

Permalink
Merge pull request #732 from nicoddemus/fix-warning-captured-test
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus authored Nov 28, 2021
2 parents e2a9381 + 1e15020 commit 408eb1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/acceptance_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ def test():
warnings.warn("my custom worker warning")
"""
)
result = pytester.runpytest("-n1")
result = pytester.runpytest("-n1", "-Wignore")
result.stdout.fnmatch_lines(["*1 passed*"])
result.stdout.no_fnmatch_line("*this hook should not be called in this version")

Expand Down

0 comments on commit 408eb1c

Please sign in to comment.