12 buildPythonPackage rec {
15 format = "setuptools";
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
20 owner = "datavaluepeople";
23 hash = "sha256-V5OkgiLUTRNbNt6m94+aYUZd9Nw+/60LfhrqqdFhiUw=";
27 ./disable-pytest-coverage-flags.patch
30 propagatedBuildInputs = [ pandas typing-extensions ];
37 pythonImportsCheck = [ "kotsu" ];
40 description = "Lightweight framework for structured and repeatable model validation";
41 homepage = "https://github.com/datavaluepeople/kotsu";
42 changelog = "https://github.com/datavaluepeople/kotsu/blob/${src.rev}/CHANGELOG.md";
43 license = licenses.mit;
44 maintainers = with maintainers; [ mbalatsko ];