Loading pkgs/tools/security/ggshield/default.nix +19 −24 Original line number Diff line number Diff line { lib , fetchFromGitHub , git , python3 { lib, fetchFromGitHub, git, python3, }: python3.pkgs.buildPythonApplication rec { Loading @@ -18,13 +19,9 @@ python3.pkgs.buildPythonApplication rec { pythonRelaxDeps = true; build-system = with python3.pkgs; [ setuptools ]; build-system = with python3.pkgs; [ setuptools ]; nativeBuildInputs = with python3.pkgs; [ pythonRelaxDepsHook ]; nativeBuildInputs = with python3.pkgs; [ pythonRelaxDepsHook ]; dependencies = with python3.pkgs; [ appdirs Loading @@ -43,9 +40,9 @@ python3.pkgs.buildPythonApplication rec { rich ]; nativeCheckInputs = [ git ] ++ (with python3.pkgs; [ nativeCheckInputs = [ git ] ++ (with python3.pkgs; [ jsonschema pyfakefs pytest-mock Loading @@ -55,9 +52,7 @@ python3.pkgs.buildPythonApplication rec { vcrpy ]); pythonImportsCheck = [ "ggshield" ]; pythonImportsCheck = [ "ggshield" ]; disabledTestPaths = [ # Don't run functional tests Loading Loading
pkgs/tools/security/ggshield/default.nix +19 −24 Original line number Diff line number Diff line { lib , fetchFromGitHub , git , python3 { lib, fetchFromGitHub, git, python3, }: python3.pkgs.buildPythonApplication rec { Loading @@ -18,13 +19,9 @@ python3.pkgs.buildPythonApplication rec { pythonRelaxDeps = true; build-system = with python3.pkgs; [ setuptools ]; build-system = with python3.pkgs; [ setuptools ]; nativeBuildInputs = with python3.pkgs; [ pythonRelaxDepsHook ]; nativeBuildInputs = with python3.pkgs; [ pythonRelaxDepsHook ]; dependencies = with python3.pkgs; [ appdirs Loading @@ -43,9 +40,9 @@ python3.pkgs.buildPythonApplication rec { rich ]; nativeCheckInputs = [ git ] ++ (with python3.pkgs; [ nativeCheckInputs = [ git ] ++ (with python3.pkgs; [ jsonschema pyfakefs pytest-mock Loading @@ -55,9 +52,7 @@ python3.pkgs.buildPythonApplication rec { vcrpy ]); pythonImportsCheck = [ "ggshield" ]; pythonImportsCheck = [ "ggshield" ]; disabledTestPaths = [ # Don't run functional tests Loading