Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix failing MinSQLAlchemy test after moving sqlalchemy spec #38445

Merged
merged 1 commit into from
Mar 25, 2024

Conversation

potiuk
Copy link
Member

@potiuk potiuk commented Mar 25, 2024

Ths MIN SQLACLHEMY test was based on retrieving sqlalchemy min version from pyproject.toml but since we moved it to hatch_build.py we should read it from there.


^ 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.

Ths MIN SQLACLHEMY test was based on retrieving sqlalchemy min
version from pyproject.toml but since we moved it to hatch_build.py
we should read it from there.
@potiuk potiuk added canary When set on PR running from apache repo - behave as canary run default versions only When assigned to PR - only default python version is used for CI tests labels Mar 25, 2024
@potiuk potiuk requested review from ashb and kaxil as code owners March 25, 2024 01:19
Copy link
Contributor

@amoghrajesh amoghrajesh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch!

@amoghrajesh amoghrajesh merged commit a9cfa84 into main Mar 25, 2024
62 checks passed
@Taragolis Taragolis deleted the fix-failing-sqlalchemy-test branch March 25, 2024 07:55
utkarsharma2 pushed a commit to astronomer/airflow that referenced this pull request Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:dev-tools canary When set on PR running from apache repo - behave as canary run default versions only When assigned to PR - only default python version is used for CI tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants