Skip to content

Commit 05a8a41

Browse files
committed
Pin aiohttp to 3.2.1 for testing; later versions error with aioresponses
1 parent 1e0390a commit 05a8a41

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

tox.ini

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,20 @@ envlist = py27,py34,py35,py36,pypy
33

44

55
[testenv]
6-
extras =
6+
extras =
77
test
88
xmlsec
99
py{35,36}: async
1010
py{35,36}: tornado
11-
deps =
12-
py{35,36}: aioresponses==0.4.1
11+
deps =
12+
py{35,36}: aioresponses==0.4.2
13+
py{35,36}: aiohttp==3.2.1
1314
py{35,36}: pytest-asyncio==0.5.0
1415
commands = coverage run --parallel -m pytest {posargs}
1516

1617

1718
[testenv:pypy]
18-
extras =
19+
extras =
1920
test
2021
xmlsec
2122
commands = python -m pytest {posargs}

0 commit comments

Comments
 (0)