mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
python310Packages.pytest-repeat: add changelog to meta
This commit is contained in:
parent
d4471d8b19
commit
67aa71bfb0
@ -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 New Issue
Block a user