File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,6 @@ def test_singularity_inputspec_1(plugin, tmp_path):
184184 shell .arg (
185185 name = "file" ,
186186 type = File ,
187- mandatory = True ,
188187 position = 1 ,
189188 argstr = "" ,
190189 help = "input file" ,
@@ -378,7 +377,6 @@ def test_singularity_cmd_inputspec_copyfile_1(plugin, tmp_path):
378377 position = 1 ,
379378 argstr = "" ,
380379 help = "orig file" ,
381- mandatory = True ,
382380 copyfile = True ,
383381 ),
384382 shell .arg (
@@ -426,7 +424,6 @@ def test_singularity_inputspec_state_1(tmp_path):
426424 shell .arg (
427425 name = "file" ,
428426 type = File ,
429- mandatory = True ,
430427 position = 1 ,
431428 argstr = "" ,
432429 help = "input file" ,
@@ -464,7 +461,6 @@ def test_singularity_inputspec_state_1b(plugin, tmp_path):
464461 shell .arg (
465462 name = "file" ,
466463 type = File ,
467- mandatory = True ,
468464 position = 1 ,
469465 argstr = "" ,
470466 help = "input file" ,
@@ -495,7 +491,6 @@ def test_singularity_wf_inputspec_1(plugin, tmp_path):
495491 shell .arg (
496492 name = "file" ,
497493 type = File ,
498- mandatory = True ,
499494 position = 1 ,
500495 argstr = "" ,
501496 help = "input file" ,
@@ -536,7 +531,6 @@ def test_singularity_wf_state_inputspec_1(plugin, tmp_path):
536531 shell .arg (
537532 name = "file" ,
538533 type = File ,
539- mandatory = True ,
540534 position = 1 ,
541535 argstr = "" ,
542536 help = "input file" ,
@@ -580,7 +574,6 @@ def test_singularity_wf_ndst_inputspec_1(plugin, tmp_path):
580574 shell .arg (
581575 name = "file" ,
582576 type = File ,
583- mandatory = True ,
584577 position = 1 ,
585578 argstr = "" ,
586579 help = "input file" ,
You can’t perform that action at this time.
0 commit comments