snakemake: disable hanging tests on Darwin

Filed https://github.com/snakemake/snakemake/issues/3939
This commit is contained in:
Sarah Clark
2026-01-26 11:26:09 -08:00
parent 7fbb0f8334
commit c0b5242bdd
+7
View File
@@ -170,6 +170,13 @@ python3Packages.buildPythonApplication rec {
# pulp.apis.core.PulpSolverError: Pulp: cannot execute cbc cwd:
# but pulp solver is not default
"test_access_patterns"
# Hangs with no sandbox, skips due to no network with sandbox relaxed/on
"test_modules_meta_wrapper"
# Hangs
# https://github.com/snakemake/snakemake/issues/3939
"test_issue1331"
];
pythonImportsCheck = [ "snakemake" ];