python3{10,11,12,13}Packages.pytest-rerunfailures: 16.0.1 -> 16.1 (#454110)

This commit is contained in:
Philip Taron
2026-01-05 14:58:27 +00:00
committed by GitHub
@@ -11,16 +11,16 @@
buildPythonPackage rec {
pname = "pytest-rerunfailures";
version = "16.0.1";
version = "16.1";
pyproject = true;
disabled = pythonOlder "3.9";
disabled = pythonOlder "3.10";
src = fetchFromGitHub {
owner = "pytest-dev";
repo = "pytest-rerunfailures";
tag = version;
hash = "sha256-4/BgvfVcs7MdULlhafZypNzzag4ITALStHI1tIoAPL4=";
hash = "sha256-EvjgqJQb4Nw7rn/wVLfHoq9iUnJ4vQ1kwSL5fetHv6M=";
};
build-system = [ setuptools ];