The GitHub Actions job "Tests (AMD)" on airflow.git/winrm-pyspnego-lowest-deps-floor has succeeded. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 06069804ceffcc3bb2f0bb3e4126e75abab73e53 / Jarek Potiuk <[email protected]> Fix Microsoft WinRM provider import failure under lowest dependencies pywinrm imports `spnego.ContextProxy`, which pyspnego only exposes from version 0.4.0 onwards. The winrm provider only declared `pywinrm>=0.5.0` and left pyspnego unbounded, so lowest-dependency resolution selected a pre-0.4.0 pyspnego and the provider failed at import time with `module 'spnego' has no attribute 'ContextProxy'`, breaking the LowestDeps CI job. Flooring pyspnego directly keeps the lowest-dependency resolution on a version that actually provides the attribute pywinrm needs. Report URL: https://github.com/apache/airflow/actions/runs/28664829855 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
