From b90889c5fce969d250c74b59d18c77abe350b327 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sat, 19 Jan 2019 06:44:49 +0000 Subject: [PATCH] tests: pin idna to last supporting 2.6-compat version. --- .ci/mitogen_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/mitogen_install.py b/.ci/mitogen_install.py index 9afbe67d..10813b55 100755 --- a/.ci/mitogen_install.py +++ b/.ci/mitogen_install.py @@ -4,7 +4,7 @@ import ci_lib batches = [ [ - 'pip install "pycparser<2.19"', + 'pip install "pycparser<2.19" "idna<2.7"', 'pip install -r tests/requirements.txt', ], [