Browse Source

remove redundant environment variable declaration

pull/476/head
Jovier A. Jiménez 1 week ago
parent
commit
e83e7496fa
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      test/activate.bats

+ 0
- 1
test/activate.bats 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\""

Loading…
Cancel
Save