python310Packages.pytest-repeat: add changelog to meta
This commit is contained in:
parent
d4471d8b19
commit
67aa71bfb0
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ buildPythonPackage rec {
|
|||
meta = with lib; {
|
||||
description = "Pytest plugin for repeating tests";
|
||||
homepage = "https://github.com/pytest-dev/pytest-repeat";
|
||||
changelog = "https://github.com/pytest-dev/pytest-repeat/blob/v${version}/CHANGES.rst";
|
||||
license = licenses.mpl20;
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue