Remove unnecessary test

The warning was removed, so testing no empty output doesn’t make much sense.
This commit is contained in:
Sam Doran 2026-04-24 11:28:26 -04:00
parent 6fb433cc6d
commit b52417ea5e
No known key found for this signature in database
GPG key ID: 01602635F94328AA

View file

@ -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