Skip to content

Commit

Permalink
Use airflow released in PyPI for k8s test environment (#35099)
Browse files Browse the repository at this point in the history
So far we've been using ".[cncf.kubernetes]" as requirement for
creating kubernetes test virtualenve (in k8s_requirements.txt).

This becomes problematic when we add a new pre-installed provider
that is not yet released in PyPI - because it cannot be found
as we found out in #82689.

Changing it to "apache-airflow[cncf.kubernetes]" makes it install
airflow + k8s requirements from PyPI instead.

GitOrigin-RevId: dc2e8522bfb377daf6e2e9cf19b265f13dfe41c1
  • Loading branch information
potiuk authored and Cloud Composer Team committed Sep 20, 2024
1 parent 731b2e4 commit b146b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/kubernetes/k8s_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.[cncf.kubernetes]
apache-airflow[cncf.kubernetes]
pytest
pytest-cov
pytest-instafail
Expand Down

0 comments on commit b146b60

Please sign in to comment.