21 buildPythonPackage rec {
26 disabled = pythonOlder "3.7";
31 hash = "sha256-haCzU+u7Z4+eh+owP3W1Rb0LrKOPVjIZu3LyroYrujY=";
34 nativeBuildInputs = [ poetry-core ];
36 propagatedBuildInputs = [
55 # Tests check for flake8
57 # Comparing console output doesn't work reliable
61 pythonImportsCheck = [ "diff_cover" ];
64 description = "Automatically find diff lines that need test coverage";
65 homepage = "https://github.com/Bachmann1234/diff-cover";
66 changelog = "https://github.com/Bachmann1234/diff_cover/releases/tag/v${version}";
67 license = licenses.asl20;
68 maintainers = with maintainers; [ dzabraev ];