From a3342e734bf6c2ba9b4998f0f808d09c07249dc9 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Feb 04 2019 11:16:47 +0000 Subject: Downgrade the virtualenv version used Signed-off-by: Pierre-Yves Chibon --- diff --git a/run_ci_tests.sh b/run_ci_tests.sh index 80d6802..a699245 100755 --- a/run_ci_tests.sh +++ b/run_ci_tests.sh @@ -35,7 +35,7 @@ fi # https://github.com/requests/requests/commit/991e8b76b7a9d21f698b24fa # and only in py3 we're having a version that is too old (2.1) pip3 install --upgrade "idna<2.8" -pip install --upgrade "tox<3.7.0" trollius coverage +pip install --upgrade "virtualenv<16.3.0" "tox<3.7.0" trollius coverage pip install --upgrade --force-reinstall chardet pip3 install "pygit2 <= `rpm -q libgit2 --queryformat='%{version}'`" tox --sitepackages -e 'py27-flask011-ci' -- --results=results-py2-flask011