Skip to content

Commit e6f81d2

Browse files
committed
Fix linting
1 parent 041b0e5 commit e6f81d2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

testing/test_warnings.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ def test_func(fix):
151151
)
152152

153153

154-
155154
def test_works_with_filterwarnings(testdir):
156155
"""Ensure our warnings capture does not mess with pre-installed filters (#2430)."""
157156
testdir.makepyfile(
@@ -502,7 +501,6 @@ def test_hidden_by_system(self, testdir, monkeypatch):
502501
assert WARNINGS_SUMMARY_HEADER not in result.stdout.str()
503502

504503

505-
506504
@pytest.mark.parametrize("change_default", [None, "ini", "cmdline"])
507505
def test_removed_in_pytest4_warning_as_error(testdir, change_default):
508506
testdir.makepyfile(

0 commit comments

Comments
 (0)