Skip to content

Commit 71f2e6d

Browse files
author
Emanuele Palazzetti
authored
[ci] force downgrade of yarl for aiohttp tests (#402)
1 parent bff3c78 commit 71f2e6d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
- restore_cache:
147147
keys:
148148
- tox-cache-aiohttp-{{ checksum "tox.ini" }}
149-
- run: tox -e '{py34,py35,py36}-aiohttp{12,13,20,21,22}-aiohttp_jinja{012,013}' --result-json /tmp/aiohttp.results
149+
- run: tox -e '{py34,py35,py36}-aiohttp{12,13,20,21,22}-aiohttp_jinja{012,013}-yarl' --result-json /tmp/aiohttp.results
150150
- persist_to_workspace:
151151
root: /tmp
152152
paths:

tox.ini

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ envlist =
2727
{py27,py34,py35,py36}-ddtracerun
2828
{py34,py35,py36}-asyncio
2929
{py27}-pylons
30-
{py34,py35,py36}-aiohttp{12,13,20,21,22}-aiohttp_jinja{012,013}
30+
{py34,py35,py36}-aiohttp{12,13,20,21,22}-aiohttp_jinja{012,013}-yarl
3131
{py27}-tornado{40,41,42,43,44}
3232
{py27}-tornado{40,41,42,43,44}-futures
3333
{py34,py35,py36}-tornado{40,41,42,43,44}
@@ -77,6 +77,9 @@ deps =
7777
# test dependencies installed in all envs
7878
mock
7979
nose
80+
# force the downgrade as a workaround
81+
# https://github.com/aio-libs/aiohttp/issues/2662
82+
yarl: yarl==0.18.0
8083
# integrations
8184
aiobotocore04: aiobotocore>=0.4,<0.5
8285
aiobotocore03: aiobotocore>=0.3,<0.4

0 commit comments

Comments
 (0)