Skip to content

Fix extra "USE_AIRFLOW_VERSION" variable set in sdist package check - #36154

Merged
potiuk merged 1 commit into
apache:mainfrom
potiuk:remove-extra-use-airflow-version-in-sdist-providers-check
Dec 10, 2023
Merged

Fix extra "USE_AIRFLOW_VERSION" variable set in sdist package check#36154
potiuk merged 1 commit into
apache:mainfrom
potiuk:remove-extra-use-airflow-version-in-sdist-providers-check

Conversation

@potiuk

Copy link
Copy Markdown
Member

When we are testing packages in main, we also test sdist packages, and main is the only build we run it, so when implementing #36131 we had no chance to test it. There was an etra USE_AIRFLOW_VERSION variable set in the job and it caused failed attempt of reinstalling sdist package when entering constraints generation.

This variable is now removed, only the --use-airflow-version flags in breeze commands that need it are used.


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

When we are testing packages in main, we also test sdist packages,
and main is the only build we run it, so when implementing apache#36131
we had no chance to test it. There was an etra USE_AIRFLOW_VERSION
variable set in the job and it caused failed attempt of reinstalling
sdist package when entering constraints generation.
This variable is now removed, only the --use-airflow-version flags
in breeze commands that need it are used.
@potiuk

Copy link
Copy Markdown
MemberAuthor

@potiuk
potiuk merged commit 8b13c16 into apache:mainDec 10, 2023
@potiuk
potiuk deleted the remove-extra-use-airflow-version-in-sdist-providers-check branch December 10, 2023 16:12
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@potiuk@eladkal