The GitHub Actions job "Tests AMD" on airflow.git/virtualenv-operator-serializable-context-keys has failed. Run started by GitHub user yannlambret (triggered by eladkal).
Head commit for run: 451914cdb517f5fa1a6c40e6465d2911a5386a9c / 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/14956669586 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
