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.
This commit is contained in:
Sarah Clark
2025-05-07 13:46:29 -07:00
parent 4123a803e8
commit 5fe815c93e
@@ -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 = {