diff --git a/testing/acceptance_test.py b/testing/acceptance_test.py index 27b2cfc..c7bee86 100644 --- a/testing/acceptance_test.py +++ b/testing/acceptance_test.py @@ -457,7 +457,6 @@ def test_crashing_item(testdir): result.stdout.fnmatch_lines( ["*crashed*::test_crash*", "*1 failed*1 passed*"]) - def test_crashing_item_teardown(testdir): p = testdir.makepyfile(""" import py