1
0

- Update to 0.20.3:

* Prevent DeprecationWarning to bubble up on CPython 3.10.9 and 3.11.1. #460

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-asyncio?expand=0&rev=24
This commit is contained in:
2022-12-09 11:11:54 +00:00
committed by Git OBS Bridge
parent e0498efb8d
commit 9d1155bcb0
4 changed files with 12 additions and 6 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Dec 9 11:11:04 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
- Update to 0.20.3:
* Prevent DeprecationWarning to bubble up on CPython 3.10.9 and 3.11.1. #460
-------------------------------------------------------------------
Wed Nov 30 07:13:34 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>