From b4511f078766de4c014a469d9ba9a48b26a0948f Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Mon, 10 May 2021 03:19:38 +0300 Subject: [PATCH] Remove test for the feature --- plugins/python-build/test/pyenv.bats | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/plugins/python-build/test/pyenv.bats b/plugins/python-build/test/pyenv.bats index 8ed63207..76c822a4 100644 --- a/plugins/python-build/test/pyenv.bats +++ b/plugins/python-build/test/pyenv.bats @@ -23,17 +23,6 @@ stub_python_build() { unstub pyenv-rehash } -@test "install pyenv local version by default" { - stub_python_build 'echo python-build "$1"' - stub pyenv-local 'echo 3.4.2' - - run pyenv-install - assert_success "python-build 3.4.2" - - unstub python-build - unstub pyenv-local -} - @test "list available versions" { stub_python_build \ "--definitions : echo 2.6.9 2.7.9-rc1 2.7.9-rc2 3.4.2 | tr ' ' $'\\n'"