Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove missing extras in Airflow 2.2 check (#25738)
The Airflow 2.2 check install airflow with predefined set of extras, but some of those extras were missing in 2.2 because the providers were not existing yet then. There was also a 'dot' instead of coma in the list of extras between apache.beam and apache.atlas. It did not have too bad effect, because those dependencies are pulled in when the providers get installed, but it did not correctly test the apache.atlas and apache.beam upgrade scenarios - from the versions that were installed in 2.2 to the latest version in main. This PR fixes it.
- Loading branch information