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

Travis: Downgrade to setuptools 59.6.0 to avoid error in 71.x #956

Merged
merged 1 commit into from
Dec 3, 2024

Commits on Dec 2, 2024

  1. Travis: Downgrade to setuptools 59.6.0 to avoid error in 71.x

    There seems to be a well known error in setuptools 71.x that prevents
    installation of cpp-coveralls on Travis now:
    
    File "/usr/local/lib/python3.10/dist-packages/setuptools/_core_metadata.py", line 285, in _distribution_fullname
    
        canonicalize_version(version, strip_trailing_zero=False),
    
    TypeError: canonicalize_version() got an unexpected keyword argument 'strip_trailing_zero'
    
    Fall back to the default version that is used in Ubuntu Jammy (59.6.0)
    since later versions also lead to the same error.
    
    Link: pypa/setuptools#4483
    Signed-off-by: Stefan Berger <[email protected]>
    stefanberger committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    bc862e4 View commit details
    Browse the repository at this point in the history