mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2026-09-10 15:26:23 -04:00
remove redundant environment variable declaration
This commit is contained in:
parent
6c523f4ce3
commit
e83e7496fa
|
|
@ -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\""
|
||||
|
|
|
|||
Loading…
Reference in a new issue