Skip to content

Commit 81b8ecc

Browse files
committed
fix copy-paste err
1 parent be36956 commit 81b8ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def env_prefix(tmp_path_factory):
2121
# env_root.mkdir(exist_ok=True, parents=True)
2222
# env_prefix = Path(env_root) / "testenv"
2323

24-
env_root = = tmp_path_factory.mktemp("pytest_code_runner_tests")
24+
env_root = tmp_path_factory.mktemp("pytest_code_runner_tests")
2525
env_prefix = Path(env_root) / "testenv"
2626

2727
if env_prefix.exists():

0 commit comments

Comments
 (0)