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

CI: limit upper version of setuptools<50 for Jenkins build #4343

Merged
merged 1 commit into from
Sep 3, 2020

Commits on Sep 1, 2020

  1. CI: limit upper version of setuptools<50 for Jenkins build

    Builds on Jenkins started failing after `setuptools==0.50.0` was
    released on August 30, 2020. This new version gets automatically
    installed when using a `pyproject.toml` for the build system, but it
    causes the installation of the `aiida-core` package through `pip` to
    fail with the exception:
    
        ModuleNotFoundError: No module named 'setuptools._distutils'
    
    Temporarily limiting the version of `setuptools` in the `pyproject.toml`
    works around the problem for the time being.
    
    The build is updated to also update the version of `pip` before
    installing the package.
    sphuber committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    de71581 View commit details
    Browse the repository at this point in the history