tests: pin idna to last supporting 2.6-compat version.
This commit is contained in:
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…
Reference in New Issue