Accepting request 1100438 from devel:languages:python:pytest

- update to 0.21.1:
  * Output a proper error message when an invalid
    ``asyncio_mode`` is selected.
  * Extend warning message about unclosed event loops with
    additional possible cause.
  * Previously, some tests reported "skipped" or "xfailed" as a
    result. Now all tests report a "success" result.

OBS-URL: https://build.opensuse.org/request/show/1100438
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-asyncio?expand=0&rev=15
This commit is contained in:
Ana Guerrero 2023-07-26 11:21:39 +00:00 committed by Git OBS Bridge
commit 5fba09db8b
4 changed files with 15 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ddef009a5623454a1256aed9d7d44b76922f3cb662164bf11b93bbe494d3f777
size 28675

BIN
pytest-asyncio-0.21.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jul 24 18:40:25 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.21.1:
* Output a proper error message when an invalid
``asyncio_mode`` is selected.
* Extend warning message about unclosed event loops with
additional possible cause.
* Previously, some tests reported "skipped" or "xfailed" as a
result. Now all tests report a "success" result.
-------------------------------------------------------------------
Thu May 4 22:36:44 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -26,7 +26,7 @@
%endif
%{?sle15_python_module_pythons}
Name: python-pytest-asyncio%{psuffix}
Version: 0.21.0
Version: 0.21.1
Release: 0
Summary: Pytest support for asyncio
License: Apache-2.0