Lock to aiohttp 1.3.5 for now

This commit is contained in:
Eli Uriegas 2017-03-28 22:38:35 -05:00
parent 1ef69adc6f
commit dcc19d17d4
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
aiofiles aiofiles
aiohttp aiohttp==1.3.5
beautifulsoup4 beautifulsoup4
coverage coverage
httptools httptools

View File

@ -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')