The GitHub Actions job "Tests AMD" on 
airflow.git/virtualenv-operator-serializable-context-keys has failed.
Run started by GitHub user yannlambret (triggered by potiuk).

Head commit for run:
1794d687c79b3e04502cf69286279eabaa5be2bd / Yann Lambret <[email protected]>
Preserve all context keys during serialization

When instantiating a PythonVirtualenvOperator (or subclass), part of the
context is propagated based on the requirements constructor parameter.
The current implementation only adds the 'pendulum' and 'apache-airflow'
context keys for bare package names.

For instance:

    * requirements=["pendulum"] -> works

    * requirements=["pendulum<3.0"] -> does not work

This change uses 'packaging.requirements' to ensure all version
specifiers are handled correctly.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to