From 494feac44133dd6ae6a7eceac0272bb0da943a2e Mon Sep 17 00:00:00 2001 From: mathieui Date: Fri, 18 Oct 2019 21:27:27 +0200 Subject: Specifically install aiohttp 3 in python 3.5 CI I hope it can fix the issue without further tinkering. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 93129d0d..23e170f1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -- cgit v1.2.3