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

Remove google-cloud-aiplatform when tests without pydantic are run #38617

Merged

Conversation

potiuk
Copy link
Member

@potiuk potiuk commented Mar 29, 2024

The #37818 bumped requirement for google-cloud-aiplatform to a version that requires Pydantic so we need to remove it when we are running "no-pydantic" tests.

The tests that import it should be skipped
when the dependency is removed.


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

The apache#37818 bumped requirement for google-cloud-aiplatform to a
version that requires Pydantic so we need to remove it when
we are running "no-pydantic" tests.

The tests that import it should be skipped
when the dependency is removed.
@potiuk potiuk requested a review from ashb as a code owner March 29, 2024 10:46
@boring-cyborg boring-cyborg bot added area:dev-tools area:providers provider:google Google (including GCP) related issues labels Mar 29, 2024
@potiuk potiuk added the full tests needed We need to run full set of tests for this PR to merge label Mar 29, 2024
@potiuk potiuk closed this Mar 29, 2024
@potiuk potiuk reopened this Mar 29, 2024
@potiuk potiuk merged commit 69df34e into apache:main Mar 29, 2024
72 of 96 checks passed
@potiuk potiuk deleted the remove-google-cloud-aiplatform-for-no-pydantic-test branch March 29, 2024 13:03
potiuk added a commit to potiuk/airflow that referenced this pull request Mar 29, 2024
Turns out that we need to conditionally skip a few more tests in order to make
"Pydantic Removed" tests happy after apache#38617
potiuk added a commit that referenced this pull request Mar 29, 2024
Turns out that we need to conditionally skip a few more tests in order to make
"Pydantic Removed" tests happy after #38617
@ephraimbuddy ephraimbuddy added the changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..) label Mar 30, 2024
@jedcunningham jedcunningham added this to the Airflow 2.9.0 milestone Apr 2, 2024
ephraimbuddy pushed a commit that referenced this pull request Apr 2, 2024
…38617)

The #37818 bumped requirement for google-cloud-aiplatform to a
version that requires Pydantic so we need to remove it when
we are running "no-pydantic" tests.

The tests that import it should be skipped
when the dependency is removed.

(cherry picked from commit 69df34e)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:dev-tools area:providers changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..) full tests needed We need to run full set of tests for this PR to merge provider:google Google (including GCP) related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants