Loading pkgs/development/python-modules/nox/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ buildPythonPackage rec { uv = [ uv ]; }; nativeCheckInputs = [ pytestCheckHook ] ++ lib.flatten (builtins.attrValues optional-dependencies); nativeCheckInputs = [ pytestCheckHook ]; preCheck = '' export HOME=$(mktemp -d) Loading Loading
pkgs/development/python-modules/nox/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ buildPythonPackage rec { uv = [ uv ]; }; nativeCheckInputs = [ pytestCheckHook ] ++ lib.flatten (builtins.attrValues optional-dependencies); nativeCheckInputs = [ pytestCheckHook ]; preCheck = '' export HOME=$(mktemp -d) Loading