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 typo in pyproject.toml #43077

Merged
merged 1 commit into from
Oct 16, 2024
Merged

Fix typo in pyproject.toml #43077

merged 1 commit into from
Oct 16, 2024

Conversation

shahar1
Copy link
Contributor

@shahar1 shahar1 commented Oct 16, 2024


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

@shahar1 shahar1 requested review from ashb and potiuk October 16, 2024 12:32
@shahar1 shahar1 closed this Oct 16, 2024
@shahar1 shahar1 reopened this Oct 16, 2024
@kaxil kaxil merged commit e78421d into main Oct 16, 2024
46 of 70 checks passed
@kaxil kaxil added the changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..) label Oct 16, 2024
@kaxil kaxil deleted the fix-typo-pyproject-toml branch October 16, 2024 15:04
@ashb
Copy link
Member

ashb commented Oct 16, 2024

This should have changed the import position via ruff. Something else might be going wrong.

kaxil added a commit to astronomer/airflow that referenced this pull request Oct 16, 2024
For some reasons apache#43077 passed but main was failing. This PR fixes it.
@kaxil
Copy link
Member

kaxil commented Oct 16, 2024

This should have changed the import position via ruff. Something else might be going wrong.

@ashb you are right, main started failing. For weird reason it didn't fail on this PR.

PR to fix failures: #43087

@potiuk
Copy link
Member

potiuk commented Oct 16, 2024

@kaxil - @ashb - this one passed because it only triggered "basic checks" - pyproject.toml "non-dependencies" change is not considered as "source file change". Which maybe it should. I also see that "test_common" should be added as sources in selective checks to trigger tests when only test_common files change. PR is coming

kaxil added a commit that referenced this pull request Oct 16, 2024
For some reasons #43077 passed but main was failing. This PR fixes it.
@potiuk
Copy link
Member

potiuk commented Oct 16, 2024

Fix to avoid it in the future #43088

R7L208 pushed a commit to R7L208/airflow that referenced this pull request Oct 17, 2024
R7L208 pushed a commit to R7L208/airflow that referenced this pull request Oct 17, 2024
For some reasons apache#43077 passed but main was failing. This PR fixes it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants