(de)activate hooks don't need to be validated

This commit is contained in:
Josh French 2023-03-19 18:20:01 -04:00
parent d3c1b3423e
commit d227b8a1f7
No known key found for this signature in database
2 changed files with 0 additions and 8 deletions

View file

@ -19,10 +19,6 @@ setup() {
stub pyenv-hooks "activate : echo"
}
teardown() {
unstub pyenv-hooks
}
@test "activate virtualenv from current version" {
export PYENV_VIRTUALENV_INIT=1

View file

@ -19,10 +19,6 @@ setup() {
stub pyenv-hooks "deactivate : echo"
}
teardown() {
unstub pyenv-hooks
}
@test "deactivate virtualenv" {
export PYENV_VIRTUALENV_INIT=1
export PYENV_VIRTUAL_ENV="${PYENV_ROOT}/versions/venv"