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: Thu Sep 3 11:29:08 UTC 2026
Modified Files:
pkgsrc/devel/py-test-rerunfailures: Makefile distinfo
Log Message:
py-test-rerunfailures: updated to 16.6.1
16.6.1 (2026-09-03)
Bug Fixes
- Ensure teardown reports are passed to ``pytest_runtest_logreport`` for rerun
attempts.
- Prevent superseded built-in subtest failures from remaining in the final test
result when rerunning tests with pytest-xdist.
- Restore module, class, and session scoped fixture teardown when a ``flaky``
marker condition is falsy.
- Restore module, class, and session scoped fixture teardown when an error
raised during teardown rules out a re-run.
- Keep module, class, and session scoped fixtures alive across re-runs of a
test whose call phase failed through subtests only.
- Authenticate xdist StatusDB connections with a per-session token.
- Ensure negative rerun counts do not skip the initial test execution.
Misc
- Replace deprecated ``Config.getvalue()`` calls with ``Config.getoption()``.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/py-test-rerunfailures/Makefile
cvs rdiff -u -r1.18 -r1.19 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.19 pkgsrc/devel/py-test-rerunfailures/Makefile:1.20
--- pkgsrc/devel/py-test-rerunfailures/Makefile:1.19 Thu Sep 3 08:50:07 2026
+++ pkgsrc/devel/py-test-rerunfailures/Makefile Thu Sep 3 11:29:08 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2026/09/03 08:50:07 adam Exp $
+# $NetBSD: Makefile,v 1.20 2026/09/03 11:29:08 adam Exp $
-DISTNAME= pytest_rerunfailures-16.6
+DISTNAME= pytest_rerunfailures-16.6.1
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.18 pkgsrc/devel/py-test-rerunfailures/distinfo:1.19
--- pkgsrc/devel/py-test-rerunfailures/distinfo:1.18 Thu Sep 3 08:50:07 2026
+++ pkgsrc/devel/py-test-rerunfailures/distinfo Thu Sep 3 11:29:08 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2026/09/03 08:50:07 adam Exp $
+$NetBSD: distinfo,v 1.19 2026/09/03 11:29:08 adam Exp $
-BLAKE2s (pytest_rerunfailures-16.6.tar.gz) = a3a6573438eb315cf43501cf27a90319670ae8d7bf5fe35691f3931a401813a9
-SHA512 (pytest_rerunfailures-16.6.tar.gz) = 13e89a18d70054eeb023836666a0246db268b3361fe943137a05890c8d57035d6e3dda7bc758f6c101df5ea14a14c0be944c18c1c94924e685511e1061291b9d
-Size (pytest_rerunfailures-16.6.tar.gz) = 42806 bytes
+BLAKE2s (pytest_rerunfailures-16.6.1.tar.gz) = a5ec487f0ac80bc580c9f817e365092c00f88b6ea13f69a18aac19b6a0879342
+SHA512 (pytest_rerunfailures-16.6.1.tar.gz) = cd623dba6a31dccffb577ec452495c6ca60f7868dd904316cdcad557e5a504cb3cd446d9b0ec4dbe579171fbe11c48419956165584bb9df8c038ee43eee10ef4
+Size (pytest_rerunfailures-16.6.1.tar.gz) = 47719 bytes
Home |
Main Index |
Thread Index |
Old Index