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: Tue Jul 7 08:47:34 UTC 2026
Modified Files:
pkgsrc/devel/py-test-rerunfailures: Makefile distinfo
Log Message:
py-test-rerunfailures: updated to 16.4
16.4 (2026-07-01)
Breaking changes
- Drop support for pytest 8.1. Minimum pytest version is now 8.2.
Features
- Add support for pytest 9.1.
- Rerun tests with failed subtests. This feature is only available on pytest 9.0
and later. The pytest-subtests plugin is *not* supported.
- Add ``--reruns-delay-backoff-factor`` option (and the matching
``reruns_delay_backoff_factor`` marker kwarg / ini setting) to grow the rerun
delay after each attempt for an exponential backoff. The delay before the
*n*-th re-run is ``reruns_delay * reruns_delay_backoff_factor ** (n - 1)``.
The default factor is ``1.0``, so existing behaviour (a constant delay) is
unchanged.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-test-rerunfailures/Makefile
cvs rdiff -u -r1.16 -r1.17 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.17 pkgsrc/devel/py-test-rerunfailures/Makefile:1.18
--- pkgsrc/devel/py-test-rerunfailures/Makefile:1.17 Mon May 25 06:31:06 2026
+++ pkgsrc/devel/py-test-rerunfailures/Makefile Tue Jul 7 08:47:34 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2026/05/25 06:31:06 adam Exp $
+# $NetBSD: Makefile,v 1.18 2026/07/07 08:47:34 adam Exp $
-DISTNAME= pytest_rerunfailures-16.3
+DISTNAME= pytest_rerunfailures-16.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pytest_/test-/}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-rerunfailures/}
Index: pkgsrc/devel/py-test-rerunfailures/distinfo
diff -u pkgsrc/devel/py-test-rerunfailures/distinfo:1.16 pkgsrc/devel/py-test-rerunfailures/distinfo:1.17
--- pkgsrc/devel/py-test-rerunfailures/distinfo:1.16 Mon May 25 06:31:06 2026
+++ pkgsrc/devel/py-test-rerunfailures/distinfo Tue Jul 7 08:47:34 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2026/05/25 06:31:06 adam Exp $
+$NetBSD: distinfo,v 1.17 2026/07/07 08:47:34 adam Exp $
-BLAKE2s (pytest_rerunfailures-16.3.tar.gz) = 43ba989e0e6c4ba8066109d373112b65f5ce76422f66326bbc552e1f2dd02c35
-SHA512 (pytest_rerunfailures-16.3.tar.gz) = 084fe9eee35d7158d20ea9b0c49315c2cf6503a0a6e0aafabb9f4ec8e42955160cb0b9f2c75a8dc6fd1ab9188c5e1aa1a39bb26639ba0a94e9983de5a4ab3f5e
-Size (pytest_rerunfailures-16.3.tar.gz) = 34148 bytes
+BLAKE2s (pytest_rerunfailures-16.4.tar.gz) = 7d21bfc65157630c1ace63bc44c6fae2a35bd53d60a6257d9efb4130747504d3
+SHA512 (pytest_rerunfailures-16.4.tar.gz) = d8b9f6fec33305654b7283802cad6b3741d91e0157f1ba901aa4f75c853a3bd73e7be6be0de17ae95707f161755f7a0905267a9171c20fa904033fcb0ad460ef
+Size (pytest_rerunfailures-16.4.tar.gz) = 36635 bytes
Home |
Main Index |
Thread Index |
Old Index