Loading pkgs/development/python-modules/dask-glm/default.nix +4 −1 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchFromGitHub, Loading Loading @@ -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"; Loading Loading
pkgs/development/python-modules/dask-glm/default.nix +4 −1 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchFromGitHub, Loading Loading @@ -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"; Loading