-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch unit tests from aiohttp to tornado
aiohttp has a bug in GET requests for static content (aio-libs/aiohttp#4809).
- Loading branch information
Showing
4 changed files
with
28 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ where = src | |
test = | ||
pytest | ||
responses | ||
aiohttp | ||
tornado | ||
|
||
fetch = | ||
requests | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,13 @@ | ||
aiohttp | ||
async-timeout # via aiohttp | ||
attrs # via pytest, aiohttp | ||
chardet # via aiohttp | ||
attrs # via pytest | ||
coverage | ||
idna-ssl # via aiohttp | ||
importlib-metadata # via pytest | ||
more-itertools # via pytest | ||
multidict # via aiohttp | ||
packaging # via pytest | ||
pluggy # via pytest | ||
py # via pytest | ||
pytest | ||
pytest-cov | ||
responses==0.10.14 | ||
typing-extensions # via aiohttp | ||
tornado | ||
wcwidth # via pytest | ||
yarl # via aiohttp | ||
zipp # via importlib | ||
zipp # via importlib-metadata |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters