Remove trick to force checking for migration 0027 strings

This commit is contained in:
Alexandre Aubin 2024-07-15 22:25:25 +02:00
parent 52443174a0
commit 6638ee33b0

View file

@ -76,9 +76,6 @@ def find_expected_string_keys():
continue continue
yield "migration_description_" + os.path.basename(path)[:-3] yield "migration_description_" + os.path.basename(path)[:-3]
# FIXME: to be removed in bookworm branch
yield "migration_description_0027_migrate_to_bookworm"
# For each default service, expect to find "service_description_<name>" # For each default service, expect to find "service_description_<name>"
for service, info in yaml.safe_load( for service, info in yaml.safe_load(
open(ROOT + "conf/yunohost/services.yml") open(ROOT + "conf/yunohost/services.yml")