python310Packages.pytest-testmon: add changelog to meta
This commit is contained in:
@@ -36,6 +36,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Pytest plug-in which automatically selects and re-executes only tests affected by recent changes";
|
||||
homepage = "https://github.com/tarpas/pytest-testmon/";
|
||||
changelog = "https://github.com/tarpas/pytest-testmon/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ dmvianna ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user