From 77a7644ff7a7a624ba4dfebe5c7441a57be3cc48 Mon Sep 17 00:00:00 2001 From: native-api Date: Tue, 31 Jan 2023 23:14:52 +0300 Subject: [PATCH] Remove prompt deprecation warning (#447) 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 <