Skip to content

Commit 028bc35

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 30edc39 commit 028bc35

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

testing/test_pytester.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,6 @@ def test_two():
839839
def test_pytester_subprocess_with_string_plugins(pytester: Pytester) -> None:
840840
"""Test that pytester.runpytest_subprocess is OK with named (string)
841841
`.plugins`."""
842-
843842
pytester.plugins = ["pytester"]
844843

845844
result = pytester.runpytest_subprocess()

0 commit comments

Comments
 (0)