Skip to content

Commit c2eefb8

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8ba3219 commit c2eefb8

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)