The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix/google-evaluation-optional-69323 has failed.
Run started by GitHub user Vamsi-klu (triggered by Vamsi-klu).

Head commit for run:
4c25fa3cbe3a48569269c6fcf12fb83848acd789 / Vamsi-klu <[email protected]>
Make Vertex AI evaluation tests runnable in CI without extra

Address review comment that pytest.importorskip('vertexai.preview.evaluation')
caused the only tests in two files to be skipped in the default CI image
which installs via uv sync --all-packages --group ci-image without extras.

Replace the skip with a try/except import that falls back to a MagicMock
providing MetricPromptTemplateExamples.Pointwise attributes. Tests now
execute with mocks in default CI, while the missing-extra path remains
covered by test_generative_model_optional_evaluation.

Also fix changelog merge markers left from previous rebase.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to