python311Packages.pytest-testmon: update license and required python version

This commit is contained in:
OTABI Tomoya 2023-11-11 16:20:13 +09:00 committed by GitHub
parent dc1af8a436
commit 0b4517b48e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,7 +13,7 @@ buildPythonPackage rec {
version = "2.1.0";
format = "pyproject";
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "tarpas";
@ -45,7 +45,7 @@ buildPythonPackage rec {
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.agpl3Only;
license = licenses.mit;
maintainers = with maintainers; [ dmvianna ];
};
}