mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-09 20:13:47 -05:00
Use curl stub instead of aria2c during tests (equiv to rbenv/ruby-build#965)
This commit is contained in:
@@ -9,9 +9,10 @@ export CC=cc
|
||||
export TMP_FIXTURES="$TMP/fixtures"
|
||||
|
||||
setup() {
|
||||
ensure_not_found_in_path aria2c
|
||||
mkdir -p "$INSTALL_ROOT"
|
||||
stub md5 false
|
||||
stub aria2c false
|
||||
stub curl false
|
||||
}
|
||||
|
||||
executable() {
|
||||
|
||||
Reference in New Issue
Block a user