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

disable the version check of pip in Python packages by defining $PIP_DISABLE_PIP_VERSION_CHECK #3427

Merged
merged 1 commit into from
Aug 29, 2024

Commits on Aug 29, 2024

  1. disable the version check of pip in Python packages

    When invoking `pip` it will connect to PyPI to check if a new version is
    available. Not only do we not care about that but we also don't want to
    connect to anything external which slows down the build at best or fails at worst.
    
    Set the environment variable to disable this in the PythonPackage
    constructor such that it works for any easyblock deriving from it.
    Flamefire committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    0182b68 View commit details
    Browse the repository at this point in the history