Skip to content

Commit

Permalink
testsuite: Update pip, setuptools and distribute for Python2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderS committed Feb 3, 2021
1 parent 429ab3e commit 12b0857
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion testsuite/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ PYVER=$(python -c 'import sys;print(".".join(str(v) for v in sys.version_info[0:
if [[ ${PYVER:0:1} == "2" && $PYVER != "2.7" && $PYVER != "2.6" ]]; then
pip install --index-url=https://pypi.org/simple -r testsuite/requirements-legacy.txt
elif [[ "$PYVER" == "2.6" ]]; then
pip install --index-url=https://pypi.org/simple -r testsuite/requirements.txt
pip install --index-url=https://pypi.org/simple pip==9.0.3
pip install setuptools==36.8.0 distribute==0.7.3
pip install -r testsuite/requirements.txt
else
if [[ "$PYVER" == "2.7" ]]; then
pip install --upgrade 'pip<21'
Expand Down

0 comments on commit 12b0857

Please sign in to comment.