We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac16c44 commit 066fbfcCopy full SHA for 066fbfc
1 file changed
tests/test_project.py
@@ -35,7 +35,7 @@ def baked_with_development_dependencies(cookies):
35
# falling back to using current Python
36
bin_dir = str(Path(executable).parent) + '\\'
37
print(bin_dir)
38
- print(list(bin_dir.iterdir()))
+ print(list(Path(bin_dir).iterdir()))
39
else:
40
env_output = run(['python3', '-m', 'venv', 'env'], result.project)
41
assert env_output.returncode == 0
0 commit comments