Loading pkgs/development/python-modules/craft-cli/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ pytest-check, pytest-mock, pytestCheckHook, writableTmpDirAsHomeHook, }: buildPythonPackage rec { Loading Loading @@ -46,13 +47,9 @@ buildPythonPackage rec { pytest-check pytest-mock pytestCheckHook writableTmpDirAsHomeHook ]; preCheck = '' mkdir -p check-phase export HOME="$(pwd)/check-phase" ''; pytestFlagsArray = [ "tests/unit" ]; passthru.updateScript = nix-update-script { }; Loading Loading
pkgs/development/python-modules/craft-cli/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ pytest-check, pytest-mock, pytestCheckHook, writableTmpDirAsHomeHook, }: buildPythonPackage rec { Loading Loading @@ -46,13 +47,9 @@ buildPythonPackage rec { pytest-check pytest-mock pytestCheckHook writableTmpDirAsHomeHook ]; preCheck = '' mkdir -p check-phase export HOME="$(pwd)/check-phase" ''; pytestFlagsArray = [ "tests/unit" ]; passthru.updateScript = nix-update-script { }; Loading