mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
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:
parent
22bdabd783
commit
8600fca3a4
1 changed files with 2 additions and 2 deletions
|
|
@ -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 ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue