@@ -631,16 +631,16 @@ def _is_supported(weblog: Weblog, scenario: Scenario, _ci_environment: str) -> b
631631 unique_id = "000" ,
632632 )
633633
634- if __name__ == "__main__" :
635- from utils ._context ._scenarios import get_all_scenarios
636-
637- library = "python"
638- for weblog in Weblog .load (library ):
639- for scenario in get_all_scenarios ():
640- if scenario .github_workflow != "endtoend" :
641- continue
642- groups = [group .name for group in scenario .scenario_groups ]
643- legacy = _is_supported (weblog , scenario , "" )
644- new_value = weblog .support_scenario (scenario .name , groups )
645- if legacy is not new_value :
646- print ((legacy , new_value , weblog .name , scenario .name , groups ))
634+ # if __name__ == "__main__":
635+ # from utils._context._scenarios import get_all_scenarios
636+
637+ # library = "python"
638+ # for weblog in Weblog.load(library):
639+ # for scenario in get_all_scenarios():
640+ # if scenario.github_workflow != "endtoend":
641+ # continue
642+ # groups = [group.name for group in scenario.scenario_groups]
643+ # legacy = _is_supported(weblog, scenario, "")
644+ # new_value = weblog.support_scenario(scenario.name, groups)
645+ # if legacy is not new_value:
646+ # print((legacy, new_value, weblog.name, scenario.name, groups))
0 commit comments