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: Fri Jun 13 08:59:40 UTC 2025
Modified Files:
pkgsrc/devel/py-test-asyncio: Makefile distinfo
Log Message:
py-test-asyncio: updated to 1.0.0
1.0.0
Removed
- The deprecated *event_loop* fixture.
Added
- Prelimiary support for Python 3.14
Changed
- Scoped event loops (e.g. module-scoped loops) are created once rather than per scope (e.g. per module). This reduces the number of fixtures and speeds up collection time, especially for large test
suites.
- The *loop_scope* argument to ``pytest.mark.asyncio`` no longer forces that a pytest Collector exists at the level of the specified scope. For example, a test function marked with
``pytest.mark.asyncio(loop_scope="class")`` no longer requires a class surrounding the test. This is consistent with the behavior of the *scope* argument to ``pytest_asyncio.fixture``.
Fixed
- An error caused when using pytest's `--setup-plan` option.
- Unsuppressed import errors with pytest option ``--doctest-ignore-import-errors``
- A "fixture not found" error in connection with package-scoped loops
Notes for Downstream Packagers
- Removed a test that had an ordering dependency on other tests.
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/py-test-asyncio/Makefile
cvs rdiff -u -r1.32 -r1.33 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.38 pkgsrc/devel/py-test-asyncio/Makefile:1.39
--- pkgsrc/devel/py-test-asyncio/Makefile:1.38 Sat Apr 12 21:15:36 2025
+++ pkgsrc/devel/py-test-asyncio/Makefile Fri Jun 13 08:59:40 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.38 2025/04/12 21:15:36 adam Exp $
+# $NetBSD: Makefile,v 1.39 2025/06/13 08:59:40 adam Exp $
-DISTNAME= pytest_asyncio-0.26.0
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
+DISTNAME= pytest_asyncio-1.0.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pytest_/test-/}
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.32 pkgsrc/devel/py-test-asyncio/distinfo:1.33
--- pkgsrc/devel/py-test-asyncio/distinfo:1.32 Sat Apr 12 21:15:36 2025
+++ pkgsrc/devel/py-test-asyncio/distinfo Fri Jun 13 08:59:40 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.32 2025/04/12 21:15:36 adam Exp $
+$NetBSD: distinfo,v 1.33 2025/06/13 08:59:40 adam Exp $
-BLAKE2s (pytest_asyncio-0.26.0.tar.gz) = 9172e26aeee19e00803dc32764ed4b4bc06332f3c403b35326939d5892c75483
-SHA512 (pytest_asyncio-0.26.0.tar.gz) = 60cb6e9bf7554b5d94d8e9c3bb8e60fba92ecb2fd4258ea8967eebf5af2b2050913e08917dafeddf4e27ad09bc52c800f38739eed9705330ce70f653bcd765a0
-Size (pytest_asyncio-0.26.0.tar.gz) = 54156 bytes
+BLAKE2s (pytest_asyncio-1.0.0.tar.gz) = f75f1becb016b12215a7808ebd7ab1a037480bc5cdffb6ea514d62b0c478b1ec
+SHA512 (pytest_asyncio-1.0.0.tar.gz) = d3ae6729e1cc798adc0707c0a08ee32bded6430776e224d5565d7e93b51ec05e2ab0e64b9244d4b69e42275b1c73bdea4a3fe5d38edbfc4bf256857e22e41322
+Size (pytest_asyncio-1.0.0.tar.gz) = 46960 bytes
Home |
Main Index |
Thread Index |
Old Index