Loading pkgs/development/python-modules/blosc2/default.nix +4 −1 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchFromGitHub, Loading @@ -24,6 +25,8 @@ # tests psutil, pytestCheckHook, torch, runTorchTests ? lib.meta.availableOn stdenv.hostPlatform torch, }: buildPythonPackage rec { Loading Loading @@ -68,7 +71,7 @@ buildPythonPackage rec { nativeCheckInputs = [ psutil pytestCheckHook ]; ] ++ lib.optionals runTorchTests [ torch ]; disabledTests = [ # RuntimeError: Error while getting the slice Loading Loading
pkgs/development/python-modules/blosc2/default.nix +4 −1 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchFromGitHub, Loading @@ -24,6 +25,8 @@ # tests psutil, pytestCheckHook, torch, runTorchTests ? lib.meta.availableOn stdenv.hostPlatform torch, }: buildPythonPackage rec { Loading Loading @@ -68,7 +71,7 @@ buildPythonPackage rec { nativeCheckInputs = [ psutil pytestCheckHook ]; ] ++ lib.optionals runTorchTests [ torch ]; disabledTests = [ # RuntimeError: Error while getting the slice Loading