From 9979b7a05b6f2c81f1d7f8a6e87558e4c33b7f2b Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Tue, 21 Apr 2026 18:48:10 +0300 Subject: [PATCH] adjust tests --- test/init.bats | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/init.bats b/test/init.bats index 97a5d95..11e3a1b 100644 --- a/test/init.bats +++ b/test/init.bats @@ -50,7 +50,6 @@ export PATH="${TMP}/pyenv/plugins/pyenv-virtualenv/shims:\${PATH}"; export PYENV_VIRTUALENV_INIT=1; _pyenv_virtualenv_hook() { local ret=\$? - # Cache: env vars checked once, path list and stat rebuilt on miss only if [ "\${PYENV_VERSION-}" = "\${_PYENV_VH_VERSION-}" ] \\ && [ "\${VIRTUAL_ENV-}" = "\${_PYENV_VH_VENV-}" ]; then if [ -n "\${PYENV_VERSION-}" ]; then @@ -161,7 +160,6 @@ export PATH="${TMP}/pyenv/plugins/pyenv-virtualenv/shims:\${PATH}"; export PYENV_VIRTUALENV_INIT=1; _pyenv_virtualenv_hook() { local ret=\$? - # Cache: env vars checked once, path list and stat rebuilt on miss only if [ "\${PYENV_VERSION-}" = "\${_PYENV_VH_VERSION-}" ] \\ && [ "\${VIRTUAL_ENV-}" = "\${_PYENV_VH_VENV-}" ]; then if [ -n "\${PYENV_VERSION-}" ]; then