1
0

- update to 0.21.0:

* Drop compatibility with pytest 6.1. Pytest-asyncio now
    depends on pytest 7.0 or newer.
  * pytest-asyncio cleans up any stale event loops when setting
    up and tearing down the event_loop fixture.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-asyncio?expand=0&rev=28
This commit is contained in:
2023-05-04 22:37:45 +00:00
committed by Git OBS Bridge
parent b644a4a0d3
commit 1aeefd231a
4 changed files with 15 additions and 6 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu May 4 22:36:44 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.21.0:
* Drop compatibility with pytest 6.1. Pytest-asyncio now
depends on pytest 7.0 or newer.
* pytest-asyncio cleans up any stale event loops when setting
up and tearing down the event_loop fixture.
-------------------------------------------------------------------
Fri Apr 21 12:31:26 UTC 2023 - Dirk Müller <dmueller@suse.com>