From 2867b226a0d408c53b6b2001de3e207af9f73192 Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Tue, 31 Jan 2023 23:07:40 +0300 Subject: [PATCH] Remove prompt deprecation warning Prompt removal was never done and is not planned anymore --- bin/pyenv-sh-activate | 3 --- test/activate.bats | 6 ------ test/conda-activate.bats | 4 ---- 3 files changed, 13 deletions(-) diff --git a/bin/pyenv-sh-activate b/bin/pyenv-sh-activate index 08a666d..7d17293 100755 --- a/bin/pyenv-sh-activate +++ b/bin/pyenv-sh-activate @@ -225,9 +225,6 @@ if [ -z "${PYENV_VIRTUALENV_DISABLE_PROMPT}" ]; then fi ;; * ) - if [ -z "${QUIET}" ]; then - echo "pyenv-virtualenv: prompt changing will be removed from future release. configure \`export PYENV_VIRTUALENV_DISABLE_PROMPT=1' to simulate the behavior." 1>&2 - fi cat <