tests: pin idna to last supporting 2.6-compat version.

issue510
David Wilson 5 years ago
parent 9da6e6a9a8
commit b90889c5fc

@ -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',
],
[

Loading…
Cancel
Save