We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 834ff15 commit 4cb8bf6Copy full SHA for 4cb8bf6
1 file changed
tests/clio_test.py
@@ -48,7 +48,7 @@ def test_snakemake_all_failure(module_path):
48
def test_snakemake_integration_testing(module_path):
49
"""Run a light-weight test simulating someone using this module."""
50
assert subprocess.run(
51
- "snakemake --use-conda --cores 4",
+ "snakemake --use-conda --cores 1",
52
shell=True,
53
check=True,
54
cwd=module_path / "tests/integration",
0 commit comments