15
0
forked from pool/python-anyio

- drop anyio-pytest7.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-anyio?expand=0&rev=17
This commit is contained in:
2022-11-21 21:18:37 +00:00
committed by Git OBS Bridge
parent fa1f76c10b
commit db8c10a7b8
2 changed files with 1 additions and 88 deletions

View File

@@ -14,6 +14,7 @@ Mon Nov 21 21:04:03 UTC 2022 - Dirk Müller <dmueller@suse.com>
- Changed the pytest plugin to run both the setup and teardown phases of asynchronous
generator fixtures within a single task to enable use cases such as cancel scopes and
task groups where a context manager straddles the ``yield``
- drop anyio-pytest7.patch (upstream)
-------------------------------------------------------------------
Sun Mar 27 18:32:27 UTC 2022 - Ben Greiner <code@bnavigator.de>