1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-09 20:13:47 -05:00

Support aria2c being a snap (#2528)

Likely in Ubuntu where it's only available as a snap
This commit is contained in:
native-api
2022-11-15 20:57:04 +03:00
committed by GitHub
parent c162dcd932
commit 31355676f0
2 changed files with 29 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ setup() {
@test "using aria2c if available" {
export PYTHON_BUILD_ARIA2_OPTS=
export -n PYTHON_BUILD_HTTP_CLIENT
stub aria2c "--allow-overwrite=true --no-conf=true -o * http://example.com/* : cp $FIXTURE_ROOT/\${5##*/} \$4"
stub aria2c "--allow-overwrite=true --no-conf=true -d * -o * http://example.com/* : cp $FIXTURE_ROOT/\${7##*/} \$6"
install_fixture definitions/without-checksum
assert_success