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

diff: https://github.com/pytest-dev/pytest-rerunfailures/compare/16.0.1...16.1
This commit is contained in:
Raphael Borun Das Gupta
2025-10-21 09:07:19 +02:00
parent 1fbf381e95
commit 23c842ff8e
@@ -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 ];