Replaced pyvenv by -m venv

This commit is contained in:
Yamashita, Yuu
2016-07-16 06:50:50 +00:00
parent 99a90ab774
commit 8c7dd01954
13 changed files with 50 additions and 51 deletions

View File

@@ -40,7 +40,7 @@ OUT
unstub_pyenv
unstub pyenv-virtualenv-prefix
unstub pyenv-exec
teardown_pyvenv "miniconda3-3.16.0"
teardown_m_venv "miniconda3-3.16.0"
}
@test "create virtualenv by conda create with -p" {
@@ -63,7 +63,7 @@ OUT
unstub_pyenv
unstub pyenv-virtualenv-prefix
unstub pyenv-exec
teardown_pyvenv "miniconda3-3.16.0"
teardown_m_venv "miniconda3-3.16.0"
}
@test "create virtualenv by conda create with --python" {
@@ -86,5 +86,5 @@ OUT
unstub_pyenv
unstub pyenv-virtualenv-prefix
unstub pyenv-exec
teardown_pyvenv "miniconda3-3.16.0"
teardown_m_venv "miniconda3-3.16.0"
}