python3Packages.webdataset: disable tests that require network on Darwin (#405015)

This commit is contained in:
Gaétan Lepage
2025-05-08 01:22:35 +02:00
committed by GitHub
@@ -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 = {