The GitHub Actions job "Tests ARM" on airflow.git/v3-0-test has succeeded.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
8fe2b5f5c28cff99ecb6437c05b279e1095f2f2d / Jarek Potiuk <[email protected]>
[v3-0-test] Make branch tests more resilient to provider dependency changes 
(#53776) (#53777)

While we want to follow automated upgrades of dependencies and constraints
on vX-Y-test branches, in order to pull latest providers from PyPI,
this might have some undesired effects - for example some provider's
dependencies might break tests from importing or produce false
tests results if such tests depend on - for example - importing all
provider example dags. This happens for example for serialization
tests - which import all example dags to test that serialization
works for them.

Such tests should be simply skipped when target branch is different
than main.

This PR adds "skip_if_not_on_main" marker and uses it for two tests
that are currently failing on v3-0-test branch due to weaviate
dependency upgrades causing import error and some undesired warnings.
(cherry picked from commit 92909e5)

Report URL: https://github.com/apache/airflow/actions/runs/16537901301

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to