From 9c21072a9d10744ef39c3fdc4a5a6a0797401810 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Wed, 16 Aug 2017 10:01:21 +0200 Subject: testsuite: Use older mercurial for python2.6 > Mercurial 4.2.2 is the last release to support Python 2.6. > Use this if you need to run Mercurial on old platforms and > you cannot update your Python installation. See also: https://www.mercurial-scm.org/wiki/SupportedPythonVersions --- testsuite/install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testsuite/install.sh b/testsuite/install.sh index 076d91a4c..1bd214936 100755 --- a/testsuite/install.sh +++ b/testsuite/install.sh @@ -20,7 +20,7 @@ else fi if [[ "$WITH_OPTIONAL_DEPS" == "yes" ]]; then - pip_wheel PyYAML pyinotify boto pylibacl Jinja2 mercurial guppy \ + pip_wheel PyYAML pyinotify boto pylibacl Jinja2 guppy \ cherrypy python-augeas nose-show-skipped if [[ ${PYVER:0:1} == "2" ]]; then @@ -28,9 +28,9 @@ else fi if [[ $PYVER == "2.6" ]]; then - pip_wheel 'django<1.7' 'South<0.8' + pip_wheel 'django<1.7' 'South<0.8' 'mercurial<4.3' else - pip_wheel django + pip_wheel django mercurial fi fi fi -- cgit v1.2.3-1-g7c22