Loading pkgs/development/python-modules/blosc2/default.nix +12 −0 Original line number Diff line number Diff line Loading @@ -76,6 +76,10 @@ buildPythonPackage rec { ] ++ lib.optionals runTorchTests [ torch ]; disabledTestMarks = [ "network" ]; disabledTests = [ # attempts external network requests "test_with_remote" Loading @@ -85,6 +89,14 @@ buildPythonPackage rec { "test_expand_dims" ]; disabledTestPaths = [ # Threads grow without limit # https://github.com/Blosc/python-blosc2/issues/556 "tests/ndarray/test_lazyexpr.py" "tests/ndarray/test_lazyexpr_fields.py" "tests/ndarray/test_reductions.py" ]; passthru.c-blosc2 = c-blosc2; meta = { Loading Loading
pkgs/development/python-modules/blosc2/default.nix +12 −0 Original line number Diff line number Diff line Loading @@ -76,6 +76,10 @@ buildPythonPackage rec { ] ++ lib.optionals runTorchTests [ torch ]; disabledTestMarks = [ "network" ]; disabledTests = [ # attempts external network requests "test_with_remote" Loading @@ -85,6 +89,14 @@ buildPythonPackage rec { "test_expand_dims" ]; disabledTestPaths = [ # Threads grow without limit # https://github.com/Blosc/python-blosc2/issues/556 "tests/ndarray/test_lazyexpr.py" "tests/ndarray/test_lazyexpr_fields.py" "tests/ndarray/test_reductions.py" ]; passthru.c-blosc2 = c-blosc2; meta = { Loading