1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-13 22:03:52 -05:00

Rewrite python-build tests with using PYTHON_BUILD_HTTP_CLIENT

This commit is contained in:
Yamashita, Yuu
2018-04-24 05:22:32 +00:00
parent fc90785f75
commit 098fb9f07a
7 changed files with 7 additions and 41 deletions

View File

@@ -4,10 +4,7 @@ load test_helper
export PYTHON_BUILD_SKIP_MIRROR=1
export PYTHON_BUILD_CACHE_PATH=
export PYTHON_BUILD_CURL_OPTS=
setup() {
ensure_not_found_in_path aria2c
}
export PYTHON_BUILD_HTTP_CLIENT="curl"
@test "package URL without checksum" {