remove redundant environment variable declaration

This commit is contained in:
Jovier A. Jiménez
2024-09-14 16:26:24 -07:00
parent 6c523f4ce3
commit e83e7496fa

View File

@@ -47,7 +47,6 @@ EOS
@test "activate virtualenv from current version with custom prompt" {
export PYENV_VIRTUALENV_INIT=1
export PYENV_VIRTUALENV_PROMPT='venv:{venv}'
stub pyenv-version-name "echo venv"
stub pyenv-virtualenv-prefix "venv : echo \"${PYENV_ROOT}/versions/venv\""