Skip to content

Commit 305aeea

Browse files
authored
Merge pull request #700 from nicoddemus/fix-pytestmaster
Fix test_fixture_teardown_failure for pytest master
2 parents 5f4d6ea + 90fc616 commit 305aeea

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
@@ -568,7 +568,7 @@ def test_hello(myarg):
568568
pass
569569
"""
570570
)
571-
result = testdir.runpytest_subprocess("--debug", p) # , "-n1")
571+
result = testdir.runpytest_subprocess(p, "-n1")
572572
result.stdout.fnmatch_lines(["*ValueError*42*", "*1 passed*1 error*"])
573573
assert result.ret
574574

0 commit comments

Comments
 (0)