From b52417ea5e5b8dbd6d0055f394d9e982ae30c5a8 Mon Sep 17 00:00:00 2001 From: Sam Doran Date: Fri, 24 Apr 2026 11:28:26 -0400 Subject: [PATCH] Remove unnecessary test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The warning was removed, so testing no empty output doesn’t make much sense. --- test/virtualenvs.bats | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/test/virtualenvs.bats b/test/virtualenvs.bats index 793eaee..f4dc7d9 100644 --- a/test/virtualenvs.bats +++ b/test/virtualenvs.bats @@ -101,16 +101,6 @@ OUT unstub pyenv-version-origin } -@test "no output with --bare and no virtualenvs" { - rm -rf "${PYENV_ROOT}/versions" - mkdir -p "${PYENV_ROOT}/versions" - - run pyenv-virtualenvs --bare - - assert_success - assert_output "" -} - @test "completions output" { run pyenv-virtualenvs --complete