Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Synchronise yoga with upstream #350

Merged
merged 1 commit into from
Sep 23, 2024
Merged

Commits on Sep 18, 2024

  1. [yoga-only] Cap setuptools <20.26.4

    py39 jobs (on ubuntu-focal) started to fail due to recent setuptools
    release (20.26.4) on Yoga, because we have 'packaging==21.3' in this
    branch that is not compatible with the new setuptools [1].
    
    setuptools is bundled in virtualenv, so it has to be capped via the
    virtualenv package. tox also needed to be capped (<4) as gate uses
    tox 3.28.0, but with capping virtualenv we pull in latest tox as well,
    which would cause other errors.
    
    [1] pypa/setuptools#4483
    
    Change-Id: I49deaf07aa3f50a8bb9e3191c864277990ac4dda
    Signed-off-by: Maksim Malchuk <[email protected]>
    mmalchuk committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d230b33 View commit details
    Browse the repository at this point in the history