Skip to content

Commit 204e433

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ff0d4a2 commit 204e433

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

testing/test_python_path.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,12 @@ def pytest_unconfigure():
7676

7777
pytester.makefile(".ini", pytest="[pytest]\npythonpath=sub\n")
7878
result = pytester.runpytest("-plocalplugin", "-s", "test_foo.py")
79-
result.stdout.fnmatch_lines([
80-
"local plugin loaded",
81-
"local plugin unconfigured",
82-
])
79+
result.stdout.fnmatch_lines(
80+
[
81+
"local plugin loaded",
82+
"local plugin unconfigured",
83+
]
84+
)
8385
assert result.ret == 0
8486
result.assert_outcomes(passed=1)
8587

0 commit comments

Comments
 (0)