12 buildPythonPackage rec {
13 pname = "pytest-image-diff";
15 format = "setuptools";
17 src = fetchFromGitHub {
19 repo = "pytest-image-diff";
21 hash = "sha256-7GBwxm0YQNN/Gq1yyBIxCEYbM7hmOFa9kUsfbBKQtBQ=";
24 propagatedBuildInputs = [
30 pythonImportsCheck = [ "pytest_image_diff" ];
38 description = "Pytest helps for compare images and regression";
39 homepage = "https://github.com/Apkawa/pytest-image-diff";
40 license = licenses.mit;
41 maintainers = with maintainers; [ evils ];