Skip to content

Commit 86a3055

Browse files
committed
Fix tests
1 parent caba1af commit 86a3055

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/tests.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1318,9 +1318,7 @@ def test_tmpdir():
13181318
# workflow profile is loaded by default
13191319
run(
13201320
test_path,
1321-
snakefile="Snakefile",
1322-
shellcmd=f"snakemake --profile {general_profile} -c1",
1323-
overwrite_resources={"a": {"tmpdir": "/tmp"}},
1321+
shellcmd=f"snakemake -c1 --profile {general_profile} --set-resources 'a:tmpdir=/tmp'",
13241322
)
13251323

13261324

0 commit comments

Comments
 (0)