Specifically install aiohttp 3 in python 3.5 CI

I hope it can fix the issue without further tinkering.
This commit is contained in:
mathieui 2019-10-18 21:27:27 +02:00
parent 73a953b644
commit 494feac441
No known key found for this signature in database
GPG key ID: C59F84CEEFD616E3

View file

@ -41,6 +41,7 @@ pytest-3.5:
image: python:3.5
script:
- apt-get update && apt-get install -y libidn11-dev
- pip install 'aiohttp<4.0'
- git clone git://git.louiz.org/slixmpp
- pip3 install pytest pyasn1-modules cffi --upgrade
- cd slixmpp