You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- desc: "`pyenv install <ver>` should use $HOME/.pyenv/versions/ for imagebuild env"
45
+
- desc: "`pyenv install <ver>` should use $HOME/.pyenv/versions/ for imagebuild env and /workspace/.pyenv_mirror/fakeroot/versions/ for workspace-session env and multi-version shims should work"
46
46
entrypoint: [bash, -c]
47
47
command:
48
48
[
49
-
ver=3.9.0; pyenv install $ver && test -e $PYENV_ROOT/versions/$ver,
50
-
]
51
-
assert:
52
-
- status == 0
53
-
54
-
- desc: "`pyenv install <ver>` should use /workspace/.pyenv_mirror/fakeroot/versions/ for workspace-session env and multi-version shims should work"
0 commit comments