forked from pool/python-pytest-asyncio
- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user