Loading pkgs/development/python-modules/pylance/default.nix +15 −10 Original line number Diff line number Diff line Loading @@ -100,7 +100,8 @@ buildPythonPackage rec { cd python/python/tests ''; disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [ disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [ # AttributeError: module 'torch.distributed' has no attribute 'is_initialized' "test_convert_int_tensors" "test_ground_truth" Loading @@ -109,6 +110,10 @@ buildPythonPackage rec { "test_iter_filter" "test_iter_over_dataset_fixed_shape_tensor" "test_iter_over_dataset_fixed_size_lists" ] ++ [ # incompatible with duckdb 1.1.1 "test_duckdb_pushdown_extension_types" ]; passthru.updateScript = nix-update-script { Loading Loading
pkgs/development/python-modules/pylance/default.nix +15 −10 Original line number Diff line number Diff line Loading @@ -100,7 +100,8 @@ buildPythonPackage rec { cd python/python/tests ''; disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [ disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [ # AttributeError: module 'torch.distributed' has no attribute 'is_initialized' "test_convert_int_tensors" "test_ground_truth" Loading @@ -109,6 +110,10 @@ buildPythonPackage rec { "test_iter_filter" "test_iter_over_dataset_fixed_shape_tensor" "test_iter_over_dataset_fixed_size_lists" ] ++ [ # incompatible with duckdb 1.1.1 "test_duckdb_pushdown_extension_types" ]; passthru.updateScript = nix-update-script { Loading