Skip to content

Commit eb3c42e

Browse files
committed
ensure sto-worker is there too
1 parent 4248b0c commit eb3c42e

File tree

6 files changed

+6
-2
lines changed

6 files changed

+6
-2
lines changed

packages/simcore-sdk/tests/integration/test_node_data_data_manager.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"rabbit",
3333
"redis",
3434
"storage",
35+
"sto-worker",
3536
]
3637

3738
pytest_simcore_ops_services_selection = [

packages/simcore-sdk/tests/integration/test_node_ports_common_aws_s3_cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"rabbit",
2929
"redis",
3030
"storage",
31+
"sto-worker",
3132
]
3233

3334
pytest_simcore_ops_services_selection = [

packages/simcore-sdk/tests/integration/test_node_ports_common_filemanager.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"rabbit",
3838
"redis",
3939
"storage",
40+
"sto-worker",
4041
]
4142

4243
pytest_simcore_ops_services_selection = ["minio", "adminer"]

packages/simcore-sdk/tests/integration/test_node_ports_common_r_clone.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"rabbit",
3030
"redis",
3131
"storage",
32+
"sto-worker",
3233
]
3334

3435
pytest_simcore_ops_services_selection = [

packages/simcore-sdk/tests/integration/test_node_ports_v2_nodeports2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"rabbit",
4949
"redis",
5050
"storage",
51+
"sto-worker",
5152
]
5253

5354
pytest_simcore_ops_services_selection = [
@@ -280,7 +281,6 @@ async def test_port_file_accessors(
280281
request: pytest.FixtureRequest,
281282
constant_uuid4: None,
282283
):
283-
284284
if item_value == "symlink_path":
285285
item_value = request.getfixturevalue("symlink_path")
286286
if config_value == "config_value_symlink_path":

services/dynamic-sidecar/tests/integration/test_modules_long_running_tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"rabbit",
5151
"redis",
5252
"storage",
53+
"sto-worker",
5354
]
5455

5556
pytest_simcore_ops_services_selection = [
@@ -179,7 +180,6 @@ async def restore_legacy_state_archives(
179180
node_id: NodeID,
180181
state_paths_to_legacy_archives: dict[Path, Path],
181182
) -> None:
182-
183183
tasks = []
184184
for legacy_archive_zip in state_paths_to_legacy_archives.values():
185185
s3_path = f"{project_id}/{node_id}/{legacy_archive_zip.name}"

0 commit comments

Comments
 (0)