- Drop Python 3.8 (#57)
- Export the plugin types at top-level (#60, #61)
- Add host parameter to aiohttp_server fixture (#63)
- Fix some compatibility with Pytest 7.
- Fix failure with
aiohttp_clientfixture usage whenasyncio_mode=strict. #25
- Fix
loopandproactor_loopfixtures. #22
- Restore implicit switch to
asyncio_mode = autoif legacy mode is detected.
- Don't implicitly switch from legacy to auto asyncio_mode, the integration doesn't work well.
- The plugin is compatible with
pytest-asyncionow. It usespytest-asynciofor async tests running and async fixtures support, providing by itself only fixtures for creating aiohttp test server and client.
- Fix backward incompatibility changes introduced by pytest 3.3+
- Add MANIFEST.in file
- Fix README markup
- Fix an url in setup.py
- Initial release