pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-test-asyncio
Module Name: pkgsrc
Committed By: adam
Date: Wed Mar 20 13:41:17 UTC 2024
Modified Files:
pkgsrc/devel/py-test-asyncio: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/py-test-asyncio/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/py-test-asyncio/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-test-asyncio/Makefile
diff -u pkgsrc/devel/py-test-asyncio/Makefile:1.28 pkgsrc/devel/py-test-asyncio/Makefile:1.29
--- pkgsrc/devel/py-test-asyncio/Makefile:1.28 Sat Feb 10 07:28:09 2024
+++ pkgsrc/devel/py-test-asyncio/Makefile Wed Mar 20 13:41:17 2024
@@ -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/}
Index: pkgsrc/devel/py-test-asyncio/distinfo
diff -u pkgsrc/devel/py-test-asyncio/distinfo:1.23 pkgsrc/devel/py-test-asyncio/distinfo:1.24
--- pkgsrc/devel/py-test-asyncio/distinfo:1.23 Sat Feb 10 07:28:09 2024
+++ pkgsrc/devel/py-test-asyncio/distinfo Wed Mar 20 13:41:17 2024
@@ -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
Home |
Main Index |
Thread Index |
Old Index