py-test-asyncio: updated to 0.23.6

0.23.6 (2024-03-19)
===================
- Fix compatibility with pytest 8.2

Known issues
------------
As of v0.23, pytest-asyncio attaches an asyncio event loop to each item of the test suite (i.e. session, packages, modules, classes, functions) and allows tests to be run in those loops when marked accordingly. Pytest-asyncio currently assumes that async fixture scope is correlated with the new event loop scope. This prevents fixtures from being evaluated independently from the event loop scope and breaks some existing test suites. For example, a test suite may require all fixtures and tests to run in the same event loop, but have async fixtures that are set up and torn down for each module. If you're affected by this issue, please continue using the v0.21 release, until it is resolved.
This commit is contained in:
adam 2024-03-20 13:41:17 +00:00
parent 4f2d6a0e27
commit 98ff91f730
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.28 2024/02/10 07:28:09 adam Exp $
# $NetBSD: Makefile,v 1.29 2024/03/20 13:41:17 adam Exp $
DISTNAME= pytest-asyncio-0.23.5
DISTNAME= pytest-asyncio-0.23.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-asyncio/}

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.23 2024/02/10 07:28:09 adam Exp $
$NetBSD: distinfo,v 1.24 2024/03/20 13:41:17 adam Exp $
BLAKE2s (pytest-asyncio-0.23.5.tar.gz) = cb865a1b1727ab5257084a412b7a69ec905d4f37b82519cb1ad221ea60679ed4
SHA512 (pytest-asyncio-0.23.5.tar.gz) = 112ddaa0cf8c05cec4e99cb55df4db1b7d9929b13aa531172b442cff4cd49fbe12ec23ff12aaa260f303919c840c13b21c00a94990e4b107fb115c4850a33b47
Size (pytest-asyncio-0.23.5.tar.gz) = 45887 bytes
BLAKE2s (pytest-asyncio-0.23.6.tar.gz) = 5ee77041b89459d800348873cfa8ea99d1792810ef2a8f0519b5a15acaa442d2
SHA512 (pytest-asyncio-0.23.6.tar.gz) = 24ec7fef2f1db744c743c4da651106320d02e8a83af0a238f6335ef669751e541b7fa787fd007fd7208f1837c1cb684acdecd66ee5e022501a7aad97649fdfbe
Size (pytest-asyncio-0.23.6.tar.gz) = 46203 bytes