Skip to content

Commit 6679929

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_pytest/pytester.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1344,7 +1344,7 @@ def popen(
13441344
13451345
You probably want to use :py:meth:`run` instead.
13461346
"""
1347-
env = kw.pop('env', None) or os.environ.copy()
1347+
env = kw.pop("env", None) or os.environ.copy()
13481348
pythonpath = env.get("PYTHONPATH", "")
13491349

13501350
paths_to_add = [os.getcwd()]

0 commit comments

Comments
 (0)