pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-test-rerunfailures
Module Name: pkgsrc
Committed By: adam
Date: Mon May 18 11:24:19 UTC 2026
Modified Files:
pkgsrc/devel/py-test-rerunfailures: Makefile distinfo
Log Message:
py-test-rerunfailures: updated to 16.2
16.2 (2026-05-13)
Breaking changes
- Drop support for pytest 8.0. Minimum pytest version is now 8.1.
Features
- Add support for pytest 9.0.
Bug fixes
- Fix missing teardown for session and module scoped fixtures when fixture teardown fails.
- Clear fixture finalizers when removing cached results from failed fixtures
to fix compatibility with pytest >= 9, which asserts that ``_finalizers`` is
empty before executing a fixture.
- Accept exception classes (not only regex strings) in the ``only_rerun`` and
``rerun_except`` marker keyword arguments instead of crashing with an
internal error.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-test-rerunfailures/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-test-rerunfailures/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-rerunfailures/Makefile
diff -u pkgsrc/devel/py-test-rerunfailures/Makefile:1.15 pkgsrc/devel/py-test-rerunfailures/Makefile:1.16
--- pkgsrc/devel/py-test-rerunfailures/Makefile:1.15 Mon Oct 20 09:39:25 2025
+++ pkgsrc/devel/py-test-rerunfailures/Makefile Mon May 18 11:24:19 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2025/10/20 09:39:25 adam Exp $
+# $NetBSD: Makefile,v 1.16 2026/05/18 11:24:19 adam Exp $
-DISTNAME= pytest_rerunfailures-16.1
+DISTNAME= pytest_rerunfailures-16.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pytest_/test-/}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-rerunfailures/}
@@ -12,7 +12,7 @@ LICENSE= mpl-2.0
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-packaging>=17.1:../../devel/py-packaging
-DEPENDS+= ${PYPKGPREFIX}-test>=7.4:../../devel/py-test
+DEPENDS+= ${PYPKGPREFIX}-test>=8.2.3:../../devel/py-test
USE_LANGUAGES= # none
Index: pkgsrc/devel/py-test-rerunfailures/distinfo
diff -u pkgsrc/devel/py-test-rerunfailures/distinfo:1.14 pkgsrc/devel/py-test-rerunfailures/distinfo:1.15
--- pkgsrc/devel/py-test-rerunfailures/distinfo:1.14 Mon Oct 20 09:39:25 2025
+++ pkgsrc/devel/py-test-rerunfailures/distinfo Mon May 18 11:24:19 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2025/10/20 09:39:25 adam Exp $
+$NetBSD: distinfo,v 1.15 2026/05/18 11:24:19 adam Exp $
-BLAKE2s (pytest_rerunfailures-16.1.tar.gz) = ead939a861c08676bf9a921c8eb83ba58f554c6a723e055299704a2c17bf10d6
-SHA512 (pytest_rerunfailures-16.1.tar.gz) = ad5d55b7d7dfa9ea3f488a021b1ab3624f297ff723ee99f7a4bf77c402f7e9770b81d7590d6e2701c19fa744b8e1695c96b8272d9c2de0625309489a4337a223
-Size (pytest_rerunfailures-16.1.tar.gz) = 30889 bytes
+BLAKE2s (pytest_rerunfailures-16.2.tar.gz) = e84443b0d1901d2abcab6c2766b9739d7e43ed1ab8721c4bdf160c52e758db55
+SHA512 (pytest_rerunfailures-16.2.tar.gz) = e31ebdd258a43211ef8c3f789eb217b413a4ee1e0a31fb037e6642dad6a247f596ab537896d50ff069a06b72c89f2c1e3a65dc1394bf4d81753ccdb25f79a124
+Size (pytest_rerunfailures-16.2.tar.gz) = 32121 bytes
Home |
Main Index |
Thread Index |
Old Index