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 25 06:31:06 UTC 2026

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

Log Message:
py-test-rerunfailures: updated to 16.3

16.3 (2026-05-22)

Features

- Add ``--reruns-mode`` option (``strict`` or ``append``). With ``append``,
  marker reruns and the global ``--reruns`` / ``reruns`` ini setting are summed
  instead of the marker taking strict priority. Default is ``strict`` so
  existing behaviour is unchanged.

- Add ``--rerun-show-tracebacks`` option to display tracebacks from failed
  attempts that were retried, including tests that eventually passed. The
  rerun summary section is emitted automatically when the flag is set, so
  ``-rR`` is no longer required to see the tracebacks.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-test-rerunfailures/Makefile
cvs rdiff -u -r1.15 -r1.16 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.16 pkgsrc/devel/py-test-rerunfailures/Makefile:1.17
--- pkgsrc/devel/py-test-rerunfailures/Makefile:1.16    Mon May 18 11:24:19 2026
+++ pkgsrc/devel/py-test-rerunfailures/Makefile Mon May 25 06:31:06 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2026/05/18 11:24:19 adam Exp $
+# $NetBSD: Makefile,v 1.17 2026/05/25 06:31:06 adam Exp $
 
-DISTNAME=      pytest_rerunfailures-16.2
+DISTNAME=      pytest_rerunfailures-16.3
 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.15 pkgsrc/devel/py-test-rerunfailures/distinfo:1.16
--- pkgsrc/devel/py-test-rerunfailures/distinfo:1.15    Mon May 18 11:24:19 2026
+++ pkgsrc/devel/py-test-rerunfailures/distinfo Mon May 25 06:31:06 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2026/05/18 11:24:19 adam Exp $
+$NetBSD: distinfo,v 1.16 2026/05/25 06:31:06 adam Exp $
 
-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
+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



Home | Main Index | Thread Index | Old Index