Loading pkgs/development/python-modules/tensordict/default.nix +19 −7 Original line number Diff line number Diff line Loading @@ -71,13 +71,22 @@ buildPythonPackage rec { pytestCheckHook ]; disabledTests = [ disabledTests = [ # FileNotFoundError: [Errno 2] No such file or directory: '/build/source/tensordict/tensorclass.pyi "test_tensorclass_instance_methods" "test_tensorclass_stub_methods" # hangs forever on some CPUs "test_map_iter_interrupt_early" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # Hangs due to the use of a pool "test_chunksize_num_chunks" "test_index_with_generator" "test_map_exception" "test_map" "test_multiprocessing" ]; disabledTestPaths = Loading @@ -88,6 +97,9 @@ buildPythonPackage rec { ++ lib.optionals stdenv.hostPlatform.isDarwin [ # Hangs forever "test/test_distributed.py" # Hangs after testing due to pool usage "test/test_h5.py" "test/test_memmap.py" ]; meta = { Loading Loading
pkgs/development/python-modules/tensordict/default.nix +19 −7 Original line number Diff line number Diff line Loading @@ -71,13 +71,22 @@ buildPythonPackage rec { pytestCheckHook ]; disabledTests = [ disabledTests = [ # FileNotFoundError: [Errno 2] No such file or directory: '/build/source/tensordict/tensorclass.pyi "test_tensorclass_instance_methods" "test_tensorclass_stub_methods" # hangs forever on some CPUs "test_map_iter_interrupt_early" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # Hangs due to the use of a pool "test_chunksize_num_chunks" "test_index_with_generator" "test_map_exception" "test_map" "test_multiprocessing" ]; disabledTestPaths = Loading @@ -88,6 +97,9 @@ buildPythonPackage rec { ++ lib.optionals stdenv.hostPlatform.isDarwin [ # Hangs forever "test/test_distributed.py" # Hangs after testing due to pool usage "test/test_h5.py" "test/test_memmap.py" ]; meta = { Loading