19 buildPythonPackage rec {
22 format = "setuptools";
24 disabled = pythonOlder "3.7";
29 hash = "sha256-YGFM9+ciz3+xveSXr6wLUUKU4eJlNESWItrE2ilhI/s=";
32 propagatedBuildInputs = [
51 # Tests check for flake8
53 # Comparing console output doesn't work reliable
57 pythonImportsCheck = [
62 description = "Automatically find diff lines that need test coverage";
63 homepage = "https://github.com/Bachmann1234/diff-cover";
64 changelog = "https://github.com/Bachmann1234/diff_cover/releases/tag/v${version}";
65 license = licenses.asl20;
66 maintainers = with maintainers; [ dzabraev ];