- 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

@@ -25,7 +25,7 @@
%bcond_with test
%endif
Name: python-pytest-asyncio%{psuffix}
Version: 0.20.2
Version: 0.20.3
Release: 0
Summary: Pytest support for asyncio
License: Apache-2.0
@@ -83,8 +83,8 @@ export SETUPTOOLS_SCM_PRETEND_VERSION=%{version}
%files %{python_files}
%doc README.rst
%license LICENSE
%{python_sitelib}/pytest_asyncio/
%{python_sitelib}/pytest_asyncio-%{version}*-info/
%{python_sitelib}/pytest_asyncio
%{python_sitelib}/pytest_asyncio-%{version}*-info
%endif
%changelog