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

[stable-2.16] support pip-compile check mode and remove pip-compile workflows from stable branch #1948

Open
wants to merge 2 commits into
base: stable-2.16
Choose a base branch
from

Commits on Sep 26, 2024

  1. nox pip-compile: support check mode

    Support a custom --check flag to fail if pip-compile made any changes so
    we can check that that lockfiles are in sync with the input (.in) files.
    
    (cherry picked from commit cb295b1)
    gotmax23 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    b801f4b View commit details
    Browse the repository at this point in the history
  2. ci: remove pip-compile workflows from stable branch

    We don't need these on stable branches, as they can be triggered from
    the devel branch with a custom base-branch input.
    They were also missing backports of various fixes from the devel branch.
    Rather than trying to backport all the changes, let's just remove it
    from stable branches and make sure we do so after each branching.
    
    (cherry picked from commit 0d8d26e)
    gotmax23 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    8d91dbf View commit details
    Browse the repository at this point in the history