We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be36956 commit 81b8eccCopy full SHA for 81b8ecc
test/conftest.py
@@ -21,7 +21,7 @@ def env_prefix(tmp_path_factory):
21
# env_root.mkdir(exist_ok=True, parents=True)
22
# env_prefix = Path(env_root) / "testenv"
23
24
- env_root = = tmp_path_factory.mktemp("pytest_code_runner_tests")
+ env_root = tmp_path_factory.mktemp("pytest_code_runner_tests")
25
env_prefix = Path(env_root) / "testenv"
26
27
if env_prefix.exists():
0 commit comments