From 5fe815c93ee1bf0df8e96922c4ded30e68582e51 Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Wed, 7 May 2025 11:11:58 -0700 Subject: [PATCH] python3Packages.webdataset: disable tests that hang on Darwin tests/webdataset/test_loaders.py causes the build to hang at the end of checkPhase on Darwin. --- pkgs/development/python-modules/webdataset/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/webdataset/default.nix b/pkgs/development/python-modules/webdataset/default.nix index 77236a576649..bf7794d33608 100644 --- a/pkgs/development/python-modules/webdataset/default.nix +++ b/pkgs/development/python-modules/webdataset/default.nix @@ -93,6 +93,8 @@ buildPythonPackage rec { disabledTestPaths = lib.optionals stdenv.hostPlatform.isDarwin [ # Issue with creating a temp file in the sandbox "tests/wids/test_wids_mmtar.py" + # hangs the build *after* the tests + "tests/webdataset/test_loaders.py" ]; meta = {