stub other uses of sh-activate in tests

This commit is contained in:
Josh French 2023-03-19 10:36:29 -04:00
parent d22801dc8e
commit 7e58a5985f
No known key found for this signature in database

View file

@ -17,6 +17,11 @@ setup() {
unset PYENV_VIRTUAL_ENV_DISABLE_PROMPT
unset VIRTUAL_ENV_DISABLE_PROMPT
unset _OLD_VIRTUAL_PS1
stub pyenv-hooks ""
}
teardown() {
unstub pyenv-hooks
}
@test "activate conda root from current version" {