python312Packages.dask-glm: disable tests on darwin as they are saturating the system
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
|
||||
@@ -64,7 +65,9 @@ buildPythonPackage rec {
|
||||
"test_sparse"
|
||||
];
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
# On darwin, tests saturate the entire system, even when constrained to run single-threaded
|
||||
# Removing pytest-xdist AND setting --cores to one does not prevent the load from exploding
|
||||
doCheck = !stdenv.hostPlatform.isDarwin;
|
||||
|
||||
meta = {
|
||||
description = "Generalized Linear Models with Dask";
|
||||
|
||||
Reference in New Issue
Block a user