1 parent a07af55 commit 10c00dbCopy full SHA for 10c00db
1 file changed
tests/test_release_guard.py
@@ -5,7 +5,6 @@
5
import importlib.util
6
import io
7
import json
8
-import os
9
import subprocess
10
import tarfile
11
import tempfile
@@ -125,7 +124,7 @@ def probe(
125
124
"demo-dependency": "2.0",
126
}
127
return {
128
- "python": os.path.abspath(runtime_python),
+ "python": str(release_guard._absolute_path(runtime_python)),
129
"prefix": str(runtime_dirs[0].parent.resolve()),
130
"imports": imports,
131
"versions": {name: versions[name] for name in distributions},
0 commit comments