Skip to content

Commit 0939a1d

Browse files
committed
add missing @needs_docker
1 parent 3c3a1e5 commit 0939a1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_subgraph.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from cwltool.subgraph import get_step, get_subgraph
1010
from cwltool.workflow import Workflow, default_make_tool
1111

12-
from .util import get_data, get_main_output
12+
from .util import get_data, get_main_output, needs_docker
1313

1414

1515
def clean(val: Any, path: str) -> Any:
@@ -292,6 +292,7 @@ def test_single_step_packed_subwf_step() -> None:
292292
)
293293

294294

295+
@needs_docker
295296
def test_single_with_step_level_default_value() -> None:
296297
"""Inherit step-level defaults with --single-step."""
297298
err_code, stdout, stderr = get_main_output(

0 commit comments

Comments
 (0)