forked from pool/python-pytest-asyncio
Accepting request 897120 from home:alarrosa:branches:devel:languages:python:pytest
- Update to 0.15.1
* Hotfix for errors while closing event loops while replacing
them. #209 #210
- Update to 0.15.0
* Add support for Python 3.9
* Abandon support for Python 3.5. If you still require support
for Python 3.5, please use pytest-asyncio v0.14 or earlier.
* Set unused_tcp_port_factory fixture scope to 'session'. #163
* Properly close event loops when replacing them. #208
OBS-URL: https://build.opensuse.org/request/show/897120
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-asyncio?expand=0&rev=14
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pytest-asyncio
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
%define skip_python2 1
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
Name: python-pytest-asyncio
|
||||
Version: 0.14.0
|
||||
Version: 0.15.1
|
||||
Release: 0
|
||||
Summary: Pytest support for asyncio
|
||||
License: Apache-2.0
|
||||
|
||||
Reference in New Issue
Block a user