python3Packages.setproctitle: avoid rebuild on linux for now
This commit is contained in:
@@ -28,7 +28,7 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
# Setting the process title fails on macOS in the Nix builder environment (regardless of sandboxing)
|
||||
disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [ "test_setproctitle_darwin" ];
|
||||
disabledTests = if stdenv.hostPlatform.isDarwin then [ "test_setproctitle_darwin" ] else null;
|
||||
|
||||
pythonImportsCheck = [ "setproctitle" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user