Loading pkgs/by-name/ch/charmcraft/package.nix +14 −15 Original line number Diff line number Diff line Loading @@ -47,15 +47,13 @@ python3Packages.buildPythonApplication rec { urllib3 ]; nativeBuildInputs = with python3Packages; [ setuptools ]; nativeBuildInputs = with python3Packages; [ setuptools ]; pythonRelaxDeps = [ "urllib3" ]; pythonRelaxDeps = [ "urllib3" ]; nativeCheckInputs = with python3Packages; [ nativeCheckInputs = with python3Packages; [ pyfakefs pytest-check pytest-mock Loading @@ -63,7 +61,8 @@ python3Packages.buildPythonApplication rec { pytestCheckHook responses setuptools ] ++ [ git ]; ] ++ [ git ]; preCheck = '' mkdir -p check-phase Loading Loading
pkgs/by-name/ch/charmcraft/package.nix +14 −15 Original line number Diff line number Diff line Loading @@ -47,15 +47,13 @@ python3Packages.buildPythonApplication rec { urllib3 ]; nativeBuildInputs = with python3Packages; [ setuptools ]; nativeBuildInputs = with python3Packages; [ setuptools ]; pythonRelaxDeps = [ "urllib3" ]; pythonRelaxDeps = [ "urllib3" ]; nativeCheckInputs = with python3Packages; [ nativeCheckInputs = with python3Packages; [ pyfakefs pytest-check pytest-mock Loading @@ -63,7 +61,8 @@ python3Packages.buildPythonApplication rec { pytestCheckHook responses setuptools ] ++ [ git ]; ] ++ [ git ]; preCheck = '' mkdir -p check-phase Loading