This commit is contained in:
Yamashita, Yuu
2016-08-15 08:44:43 +00:00
parent 0fd8a161e6
commit a3bc42cb93
3 changed files with 8 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ setup() {
run pyenv-virtualenv --version
assert_success
[[ "$output" == "pyenv-virtualenv 20"*" (virtualenv 1.11)" ]]
[[ "$output" == "pyenv-virtualenv "?.?.?" (virtualenv 1.11)" ]]
unstub pyenv-prefix
unstub pyenv-exec
@@ -30,7 +30,7 @@ setup() {
run pyenv-virtualenv --version
assert_success
[[ "$output" == "pyenv-virtualenv 20"*" (python -m venv)" ]]
[[ "$output" == "pyenv-virtualenv "?.?.?" (python -m venv)" ]]
unstub pyenv-prefix
teardown_m_venv "3.4.1"