From a12cb2e392b80de1c242275454678c287bcc8af0 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Aug 02 2018 09:29:59 +0000 Subject: Upgrade idna in py3 not py2 Signed-off-by: Pierre-Yves Chibon --- diff --git a/run_ci_tests.sh b/run_ci_tests.sh index 7ca9399..87dbf2a 100755 --- a/run_ci_tests.sh +++ b/run_ci_tests.sh @@ -33,7 +33,9 @@ fi # Apparently newer requests has strong feeling about idna: # https://github.com/requests/requests/commit/991e8b76b7a9d21f698b24fa -pip install --upgrade tox trollius "idna<2.8" +# 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 trollius pip install --upgrade --force-reinstall pygments chardet pip3 install "pygit2 <= `rpm -q libgit2 --queryformat='%{version}'`" parallel -v ::: \