1
0

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:
2021-06-03 12:46:56 +00:00
committed by Git OBS Bridge
parent 835c50c8ce
commit a0ab1d52ed
4 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Jun 3 09:53:19 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
- 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
-------------------------------------------------------------------
Mon Jun 29 09:10:04 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>