upgrade aiohttp for test_client

This commit is contained in:
Yun Xu
2018-02-26 22:08:05 -08:00
parent 224b56bd3a
commit 46ed2c5270
6 changed files with 76 additions and 76 deletions

View File

@@ -13,12 +13,12 @@ deps =
pytest-sanic
pytest-sugar
pytest-xdist
aiohttp==1.3.5
aiohttp>=2.3
chardet<=2.3.0
beautifulsoup4
gunicorn
commands =
pytest tests -n 4 --cov sanic --cov-report= {posargs}
pytest tests --cov sanic --cov-report= {posargs}
- coverage combine --append
coverage report -m