Parcourir la source

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

tags/v1.80.0rc1
reivilibre il y a 1 an
committed by GitHub
Parent
révision
66fc166b96
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4AEE18F83AFDEB23
2 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. +1
    -0
      changelog.d/15275.misc
  2. +1
    -1
      docker/configure_workers_and_start.py

+ 1
- 0
changelog.d/15275.misc Voir le fichier

@@ -0,0 +1 @@
Make `configure_workers_and_start` script used in Complement tests compatible with older versions of Python.

+ 1
- 1
docker/configure_workers_and_start.py Voir le fichier

@@ -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


Chargement…
Annuler
Enregistrer