From 37394b7febd18272977ecbbdb3a5f50820017642 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Aug 02 2018 07:32:44 +0000 Subject: Get newer idna but under 2.8 as per requets' request Signed-off-by: Pierre-Yves Chibon --- diff --git a/run_ci_tests.sh b/run_ci_tests.sh index 712ac1b..e91d3e0 100755 --- a/run_ci_tests.sh +++ b/run_ci_tests.sh @@ -31,7 +31,9 @@ echo "Last commits:" git log -2 fi -pip install --upgrade tox trollius +# Apparently newer requests has strong feeling about idna: +# https://github.com/requests/requests/commit/991e8b76b7a9d21f698b24fa +pip install --upgrade tox trollius idna<2.8 pip install --upgrade --force-reinstall pygments chardet pip3 install "pygit2 <= `rpm -q libgit2 --queryformat='%{version}'`" parallel -v ::: \