Skip to content

Commit 58142bd

Browse files
Remove cncf.kubernetes and common.compat from chicken/egg providers list (apache#47517)
Co-authored-by: Jarek Potiuk <jarek@potiuk.com>
1 parent 4bc7ffb commit 58142bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/breeze/src/airflow_breeze/global_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ def get_airflow_extras():
591591
# END OF EXTRAS LIST UPDATED BY PRE COMMIT
592592
]
593593

594-
CHICKEN_EGG_PROVIDERS = " ".join(["common.compat", "cncf.kubernetes"])
594+
CHICKEN_EGG_PROVIDERS = " ".join([])
595595

596596

597597
PROVIDERS_COMPATIBILITY_TESTS_MATRIX: list[dict[str, str | list[str]]] = [

0 commit comments

Comments
 (0)