mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2026-09-10 07:16:18 -04:00
Remove unnecessary test
The warning was removed, so testing no empty output doesn’t make much sense.
This commit is contained in:
parent
6fb433cc6d
commit
b52417ea5e
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue