We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7728b1e commit 40e061fCopy full SHA for 40e061f
{{cookiecutter.package_name}}/tests/test_examples.py
@@ -50,9 +50,7 @@ def run_in_venv(
50
else:
51
# Unix-like systems
52
activate_cmd = f". {VENV_DIR}/bin/activate"
53
- args = shlex.split(
54
- f'sh -c "{activate_cmd} && python {filename}"'
55
- )
+ args = shlex.split(f'sh -c "{activate_cmd} && python {filename}"')
56
57
env: dict[str, str] = {}
58
if os.environ.get("PATH"):
0 commit comments