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 74a5b03 commit 5887083Copy full SHA for 5887083
1 file changed
pyperformance/tests/__init__.py
@@ -84,7 +84,8 @@ def cleanup():
84
onfail="raise",
85
verbose=verbose,
86
)
87
- return root, _resolve_venv_python(root), cleanup
+ venv_root = os.path.realpath(root)
88
+ return venv_root, _resolve_venv_python(venv_root), cleanup
89
90
91
class CleanupFile:
0 commit comments