Skip to content

Commit a9f961f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_pytest/pytester.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1489,7 +1489,7 @@ def runpytest_subprocess(
14891489
for plugin in self.plugins:
14901490
if isinstance(plugin, str)
14911491
pytest_args += ["-p", plugin]
1492-
1492+
14931493
p = make_numbered_dir(root=self.path, prefix="runpytest-", mode=0o700)
14941494
pytest_args.append(f"--basetemp={p}")
14951495

0 commit comments

Comments
 (0)