From e83e7496fa613b10a545892fd4b3713a8238c99c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jovier=20A=2E=20Jim=C3=A9nez?= Date: Sat, 14 Sep 2024 16:26:24 -0700 Subject: [PATCH] remove redundant environment variable declaration --- test/activate.bats | 1 - 1 file changed, 1 deletion(-) diff --git a/test/activate.bats b/test/activate.bats index 8fc951c..a3aadb6 100644 --- a/test/activate.bats +++ b/test/activate.bats @@ -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\""