Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Make configure_workers_and_start script used in Complement tests compatible with older versions of Python. #15275

Merged
merged 2 commits into from
Mar 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/15275.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Make `configure_workers_and_start` script used in Complement tests compatible with older versions of Python.
2 changes: 1 addition & 1 deletion docker/configure_workers_and_start.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ def add_worker_roles_to_shared_config(


def merge_worker_template_configs(
existing_dict: Dict[str, Any] | None,
existing_dict: Optional[Dict[str, Any]],
to_be_merged_dict: Dict[str, Any],
) -> Dict[str, Any]:
"""When given an existing dict of worker template configuration consisting with both
Expand Down