summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2019-10-18 21:27:27 +0200
committermathieui <mathieui@mathieui.net>2019-10-18 21:27:51 +0200
commit494feac44133dd6ae6a7eceac0272bb0da943a2e (patch)
treee2ca1d91257674f8f83d0bc46cbd18f420baf0a9
parent73a953b6444218d34d29b7917de30e6d52626c20 (diff)
downloadpoezio-494feac44133dd6ae6a7eceac0272bb0da943a2e.tar.gz
poezio-494feac44133dd6ae6a7eceac0272bb0da943a2e.tar.bz2
poezio-494feac44133dd6ae6a7eceac0272bb0da943a2e.tar.xz
poezio-494feac44133dd6ae6a7eceac0272bb0da943a2e.zip
Specifically install aiohttp 3 in python 3.5 CI
I hope it can fix the issue without further tinkering.
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
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