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

tox: Don't use pre-release tools #1364

Merged
merged 1 commit into from
May 5, 2021

Commits on Apr 27, 2021

  1. tox: Don't use pre-release tools

    Keep using newest versions of build tools, but don't use pre-releases:
    * less downloading (with chances of failures) happens in the CI because
      versions change less often
    * tools are less likely to break the build (or at least it happens less
      often)
    
    This change should not affect the software under test as we install
    pinned versions of those.
    
    Note that this also doesn't affect black: tox still ends up with a
    pre-release version of black because that project has never made an
    actual release.
    
    Fixes theupdateframework#1350
    
    Signed-off-by: Jussi Kukkonen <jkukkonen@vmware.com>
    Jussi Kukkonen committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    aaca8ec View commit details
    Browse the repository at this point in the history