forked from pool/python-pytest-aiohttp
* Fix failure with aiohttp_client fixture usage when asyncio_mode=strict. #25 - 1.0.3 (2022-01-03) * Fix loop and proactor_loop fixtures. #22 - 1.0.2 (2022-01-20) * Restore implicit switch to asyncio_mode = auto if legacy mode is detected. - 1.0.1 (2022-01-20) * Don't implicitly switch from legacy to auto asyncio_mode, the integration doesn't work well. - 1.0.0 (2022-1-20) * The plugin is compatible with pytest-asyncio now. It uses pytest-asyncio for async tests running and async fixtures support, providing by itself only fixtures for creating aiohttp test server and client. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-aiohttp?expand=0&rev=4
22 lines
936 B
Plaintext
22 lines
936 B
Plaintext
-------------------------------------------------------------------
|
|
Mon Oct 10 09:23:41 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
|
|
|
- Update to 1.0.4
|
|
* Fix failure with aiohttp_client fixture usage when asyncio_mode=strict. #25
|
|
- 1.0.3 (2022-01-03)
|
|
* Fix loop and proactor_loop fixtures. #22
|
|
- 1.0.2 (2022-01-20)
|
|
* Restore implicit switch to asyncio_mode = auto if legacy mode is detected.
|
|
- 1.0.1 (2022-01-20)
|
|
* Don't implicitly switch from legacy to auto asyncio_mode, the integration
|
|
doesn't work well.
|
|
- 1.0.0 (2022-1-20)
|
|
* The plugin is compatible with pytest-asyncio now. It uses pytest-asyncio
|
|
for async tests running and async fixtures support, providing by itself
|
|
only fixtures for creating aiohttp test server and client.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 26 12:28:14 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Initial commit, needed by autobahn
|