python3Packages.pytest-rerunfailures: 16.1 → 16.3

upstream diff: https://github.com/pytest-dev/pytest-rerunfailures/compare/16.1...16.3

upstream changelog:
 * 4b3a2200b0/CHANGES.rst (162-2026-05-13)
 * 4b3a2200b0/CHANGES.rst (163-2026-05-22)
This commit is contained in:
Raphael Borun Das Gupta 2026-05-31 16:22:26 +02:00
commit 8600fca3a4

View file

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "pytest-rerunfailures";
version = "16.1";
version = "16.3";
pyproject = true;
src = fetchFromGitHub {
owner = "pytest-dev";
repo = "pytest-rerunfailures";
tag = version;
hash = "sha256-EvjgqJQb4Nw7rn/wVLfHoq9iUnJ4vQ1kwSL5fetHv6M=";
hash = "sha256-T4l4AoUHvT6GjHyRK2TA3vPTxRicZ5pvgFgDtbkOGMw=";
};
build-system = [ setuptools ];