Skip to content

Commit 979bb60

Browse files
committed
removing psi plugin from one test
1 parent bd76c3d commit 979bb60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pydra/engine/tests/test_environments.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def test_docker_1(tmp_path):
7979

8080
@no_win
8181
@need_docker
82-
def test_docker_1_subm(tmp_path, plugin):
82+
def test_docker_1_subm(tmp_path):
8383
"""docker env with submitter: simple command, no arguments"""
8484
newcache = lambda x: makedir(tmp_path, x)
8585

@@ -97,14 +97,14 @@ def test_docker_1_subm(tmp_path, plugin):
9797
cache_dir=newcache("shelly_env"),
9898
environment=docker,
9999
)
100-
with Submitter(plugin=plugin) as sub:
100+
with Submitter(plugin="cf") as sub:
101101
shelly_env(submitter=sub)
102102
assert env_res == shelly_env.result().output.__dict__
103103

104104
shelly_call = ShellCommandTask(
105105
name="shelly", executable=cmd, cache_dir=newcache("shelly_call")
106106
)
107-
with Submitter(plugin=plugin) as sub:
107+
with Submitter(plugin="cf") as sub:
108108
shelly_call(submitter=sub, environment=docker)
109109
assert env_res == shelly_call.result().output.__dict__
110110

0 commit comments

Comments
 (0)