Skip to content

Commit 4cb8bf6

Browse files
committed
One core only to avoid parallelism on Windows
1 parent 834ff15 commit 4cb8bf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/clio_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def test_snakemake_all_failure(module_path):
4848
def test_snakemake_integration_testing(module_path):
4949
"""Run a light-weight test simulating someone using this module."""
5050
assert subprocess.run(
51-
"snakemake --use-conda --cores 4",
51+
"snakemake --use-conda --cores 1",
5252
shell=True,
5353
check=True,
5454
cwd=module_path / "tests/integration",

0 commit comments

Comments
 (0)