diff options
author | mathieui <mathieui@mathieui.net> | 2019-10-18 21:27:27 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2019-10-18 21:27:51 +0200 |
commit | 494feac44133dd6ae6a7eceac0272bb0da943a2e (patch) | |
tree | e2ca1d91257674f8f83d0bc46cbd18f420baf0a9 | |
parent | 73a953b6444218d34d29b7917de30e6d52626c20 (diff) | |
download | poezio-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.yml | 1 |
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 |