Loading pkgs/development/python-modules/setproctitle/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ setuptools, pytestCheckHook, procps, stdenv, }: buildPythonPackage rec { Loading @@ -26,6 +27,9 @@ buildPythonPackage rec { procps ]; # Setting the process title fails on macOS in the Nix builder environment (regardless of sandboxing) disabledTests = if stdenv.hostPlatform.isDarwin then [ "test_setproctitle_darwin" ] else null; pythonImportsCheck = [ "setproctitle" ]; meta = { Loading Loading
pkgs/development/python-modules/setproctitle/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ setuptools, pytestCheckHook, procps, stdenv, }: buildPythonPackage rec { Loading @@ -26,6 +27,9 @@ buildPythonPackage rec { procps ]; # Setting the process title fails on macOS in the Nix builder environment (regardless of sandboxing) disabledTests = if stdenv.hostPlatform.isDarwin then [ "test_setproctitle_darwin" ] else null; pythonImportsCheck = [ "setproctitle" ]; meta = { Loading