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:           Mon Jan 29 09:35:22 UTC 2024

Modified Files:
        pkgsrc/devel/py-test-asyncio: Makefile distinfo

Log Message:
py-test-asyncio: updated to 0.23.4

0.23.4 (2024-01-28)
===================
- pytest-asyncio no longer imports additional, unrelated packages during test collection
- Addresses further issues that caused an internal pytest error during test collection
- Declares incompatibility with pytest 8

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.26 -r1.27 pkgsrc/devel/py-test-asyncio/Makefile
cvs rdiff -u -r1.21 -r1.22 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.26 pkgsrc/devel/py-test-asyncio/Makefile:1.27
--- pkgsrc/devel/py-test-asyncio/Makefile:1.26  Mon Jan  1 17:03:13 2024
+++ pkgsrc/devel/py-test-asyncio/Makefile       Mon Jan 29 09:35:22 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2024/01/01 17:03:13 adam Exp $
+# $NetBSD: Makefile,v 1.27 2024/01/29 09:35:22 adam Exp $
 
-DISTNAME=      pytest-asyncio-0.23.3
+DISTNAME=      pytest-asyncio-0.23.4
 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.21 pkgsrc/devel/py-test-asyncio/distinfo:1.22
--- pkgsrc/devel/py-test-asyncio/distinfo:1.21  Mon Jan  1 17:03:13 2024
+++ pkgsrc/devel/py-test-asyncio/distinfo       Mon Jan 29 09:35:22 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2024/01/01 17:03:13 adam Exp $
+$NetBSD: distinfo,v 1.22 2024/01/29 09:35:22 adam Exp $
 
-BLAKE2s (pytest-asyncio-0.23.3.tar.gz) = ff91f6ccfd650f255bb7ae25addd787986b254a8ae339f86809498580305b720
-SHA512 (pytest-asyncio-0.23.3.tar.gz) = 209a36de4d74bb3ade486b7c89c58def33b4aca84b3a096012d2ba329946f084a3f70489fb4ba0682e6acd65b6862e2ea4104a8e8912e8693f4f1685de357762
-Size (pytest-asyncio-0.23.3.tar.gz) = 44841 bytes
+BLAKE2s (pytest-asyncio-0.23.4.tar.gz) = e0488794b943e0cb693bd35b151b5138d21f992a94f708ffd42335a12e7e187b
+SHA512 (pytest-asyncio-0.23.4.tar.gz) = 831c572ae981b8575f97dd4d0d40d960d49cbeeb6b186e1c094eb45b1f48210824780ca14cbf44d1da558b1a17ca1fefc0eda26137461172bbd12f8b25ab8ebb
+Size (pytest-asyncio-0.23.4.tar.gz) = 45162 bytes



Home | Main Index | Thread Index | Old Index