Marcin Sulikowski
Marcin Sulikowski
`aiohttp` 4.0.x pre-releases are available (see: https://pypi.org/project/aiohttp/#history) but `aioresponses` currently requires `aiohttp=2.0.0` making it impossible to use the two together. Support for the 4.x release should be added. Backward-incompatible changes...
### Clean up asyncio tests We finish the cleanup of `test_asyncio.py` done in c60dd14b05f09c482d4: * We remove `test_time_freeze_async_def` because since c60dd14b05f09c48 it is exactly the same as `test_time_freeze_coroutine`. * We...
### Describe the bug `ISO_8601DateParser::Parse` accepts ISO 8601 timestamps with either no decimal seconds or with exactly three decimal digits (i.e., millisecond precision). In the latter case the fractional seconds...