Skip to content

Commit 53d8dcc

Browse files
authored
Address lint
1 parent 1666d95 commit 53d8dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test_pytester.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ def test_plugins(pytestconfig):
483483
)
484484
pytester.plugins.extend(["no:plug_1", "no:plug_2"])
485485

486-
pytester.runpytest_subprocess().assert_outcomes(passed=1)
486+
pytester.runpytest_subprocess(testfile).assert_outcomes(passed=1)
487487

488488

489489
def test_linematcher_with_nonlist() -> None:

0 commit comments

Comments
 (0)