We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4162527 commit a572ceeCopy full SHA for a572cee
tox.ini
@@ -9,9 +9,9 @@ extras =
9
py{35,36,37}: async
10
py{35,36,37}: tornado
11
deps =
12
- py{35,36,37}: aioresponses==0.4.2
13
- py{35,36,37}: aiohttp==3.2.1
14
- py{35,36,37}: pytest-asyncio==0.5.0
+ py{35,36,37}: aioresponses==0.5.0
+ py{35,36,37}: aiohttp==3.4.4
+ py{35,36,37}: pytest-asyncio==0.9.0
15
commands = coverage run --parallel -m pytest {posargs}
16
17
0 commit comments