The GitHub Actions job "Tests AMD" on 
airflow.git/skip-some-tests-on-non-main-branch has succeeded.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
3c5eceaa0090a16cd61425ff6b087743a258a471 / Jarek Potiuk <[email protected]>
Make branch tests more resilient to provider dependency changes

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.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to