Skip to content

Commit ecd5a93

Browse files
committed
Merge branch 'adi611-patch-testpsij-1' of https://github.com/adi611/pydra into adi611-patch-testpsij-1
2 parents 8ff8fa4 + c2eefb8 commit ecd5a93

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pydra/conftest.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@
77

88
def pytest_addoption(parser):
99
parser.addoption("--dask", action="store_true", help="run all combinations")
10-
parser.addoption("--psij", action="store", help="run with psij subtype plugin", choices=["local", "slurm"])
10+
parser.addoption(
11+
"--psij",
12+
action="store",
13+
help="run with psij subtype plugin",
14+
choices=["local", "slurm"],
15+
)
1116

1217

1318
def pytest_generate_tests(metafunc):

0 commit comments

Comments
 (0)