Loading pkgs/development/python-modules/pytest-image-diff/default.nix 0 → 100644 +43 −0 Original line number Diff line number Diff line { lib , python3 , buildPythonPackage , fetchFromGitHub , typing-extensions , diffimg , imgdiff , pytestCheckHook , recommonmark }: buildPythonPackage rec { pname = "pytest-image-diff"; version = "0.0.11"; format = "setuptools"; src = fetchFromGitHub { owner = "Apkawa"; repo = "pytest-image-diff"; rev = "v${version}"; hash = "sha256-7GBwxm0YQNN/Gq1yyBIxCEYbM7hmOFa9kUsfbBKQtBQ="; }; propagatedBuildInputs = [ typing-extensions diffimg imgdiff ]; pythonImportsCheck = [ "pytest_image_diff" ]; nativeCheckInputs = [ pytestCheckHook recommonmark ]; meta = with lib; { description = "Pytest helps for compare images and regression"; homepage = "https://github.com/Apkawa/pytest-image-diff"; license = licenses.mit; maintainers = with maintainers; [ evils ]; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -9669,6 +9669,8 @@ self: super: with self; { pytest-httpx = callPackage ../development/python-modules/pytest-httpx { }; pytest-image-diff = callPackage ../development/python-modules/pytest-image-diff { }; pytest-instafail = callPackage ../development/python-modules/pytest-instafail { }; pytest-isort = callPackage ../development/python-modules/pytest-isort { }; Loading Loading
pkgs/development/python-modules/pytest-image-diff/default.nix 0 → 100644 +43 −0 Original line number Diff line number Diff line { lib , python3 , buildPythonPackage , fetchFromGitHub , typing-extensions , diffimg , imgdiff , pytestCheckHook , recommonmark }: buildPythonPackage rec { pname = "pytest-image-diff"; version = "0.0.11"; format = "setuptools"; src = fetchFromGitHub { owner = "Apkawa"; repo = "pytest-image-diff"; rev = "v${version}"; hash = "sha256-7GBwxm0YQNN/Gq1yyBIxCEYbM7hmOFa9kUsfbBKQtBQ="; }; propagatedBuildInputs = [ typing-extensions diffimg imgdiff ]; pythonImportsCheck = [ "pytest_image_diff" ]; nativeCheckInputs = [ pytestCheckHook recommonmark ]; meta = with lib; { description = "Pytest helps for compare images and regression"; homepage = "https://github.com/Apkawa/pytest-image-diff"; license = licenses.mit; maintainers = with maintainers; [ evils ]; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -9669,6 +9669,8 @@ self: super: with self; { pytest-httpx = callPackage ../development/python-modules/pytest-httpx { }; pytest-image-diff = callPackage ../development/python-modules/pytest-image-diff { }; pytest-instafail = callPackage ../development/python-modules/pytest-instafail { }; pytest-isort = callPackage ../development/python-modules/pytest-isort { }; Loading