Lock to aiohttp 1.3.5 for now
This commit is contained in:
parent
1ef69adc6f
commit
dcc19d17d4
|
@ -1,5 +1,5 @@
|
||||||
aiofiles
|
aiofiles
|
||||||
aiohttp
|
aiohttp==1.3.5
|
||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
coverage
|
coverage
|
||||||
httptools
|
httptools
|
||||||
|
|
|
@ -88,4 +88,4 @@ def test_chained_redirect(redirect_app):
|
||||||
assert request.url.endswith('/1')
|
assert request.url.endswith('/1')
|
||||||
assert response.status == 200
|
assert response.status == 200
|
||||||
assert response.text == 'OK'
|
assert response.text == 'OK'
|
||||||
assert response.url.path.endswith('/3')
|
assert response.url.endswith('/3')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user