Commit ce6948cd authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python312Packages.dask-glm: disable tests on darwin as they are saturating the system

parent 1f7c814b
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
{
  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";