File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ sudo: false
55language : python
66
77python :
8- - " 3.5"
98 - " 3.6"
109
1110install :
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ async def _request(
9090 chunked = False ,
9191 accepts_clientid = False ,
9292 post_json = None ,
93- ** kwargs ,
93+ ** kwargs
9494 ):
9595 if extract_body and not callable (extract_body ):
9696 raise TypeError ('extract_body should be callable' )
Original file line number Diff line number Diff line change 1- aiohttp == 3.0.9
1+ aiohttp == 3.1.0
22async-timeout == 1.4.0
33attrs == 17.4.0
44autopep8 == 1.3.4
@@ -20,6 +20,8 @@ pyflakes==1.6.0
2020pytest == 3.4.2
2121pytest-aiohttp == 0.3.0
2222pytest-cov == 2.5.1
23+ pytest-asyncio == 0.9.0
24+ aresponses === 1.1.1
2325requests == 2.18.4
2426six == 1.11.0
2527urllib3 == 1.22
You can’t perform that action at this time.
0 commit comments