From 9da05142bb3a852e0470c379562c8238bdd12c46 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Fri, 2 Aug 2019 19:08:33 +0200 Subject: testsuite: Fix pip index-url for ancient python --- testsuite/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/install.sh b/testsuite/install.sh index fc027de31..ec25572c6 100755 --- a/testsuite/install.sh +++ b/testsuite/install.sh @@ -5,7 +5,7 @@ PYVER=$(python -c 'import sys;print(".".join(str(v) for v in sys.version_info[0: SITE_PACKAGES=$(python -c 'from distutils.sysconfig import get_python_lib; print(get_python_lib())') if [[ ${PYVER:0:1} == "2" && $PYVER != "2.7" && $PYVER != "2.6" ]]; then - pip install --index-url=https://pypi.python.org/simple -r testsuite/requirements-legacy.txt + pip install --index-url=https://pypi.org/simple -r testsuite/requirements-legacy.txt else pip install --upgrade pip -- cgit v1.2.3-1-g7c22