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

nox pip-compile: allow passing --no-upgrade flag #883

Merged
merged 2 commits into from
Dec 4, 2023

Conversation

gotmax23
Copy link
Collaborator

This allows running nox -e pip-compile -- --no-upgrade to make sure
that the requirements.txt files are in sync with the .in files but not
updating any other transitive dependency.

@gotmax23 gotmax23 added backport-2.15 Automatically create a backport for the stable-2.15 branch backport-2.14 Automatically create a backport for the stable-2.14 branch backport-2.16 Automatically create a backport for the stable-2.16 branch tooling This PR affects tooling (CI, pr_labeler, noxfile, linters, etc.) but not the docs builds themselves. labels Nov 30, 2023
@gotmax23 gotmax23 requested a review from oraNod November 30, 2023 16:26
This allows running `nox -e pip-compile -- --no-upgrade` to make sure
that the requirements.txt files are in sync with the .in files but not
updating any other transitive dependency.
Copy link
Contributor

@oraNod oraNod left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @gotmax23 minor docs comment - take it or leave it - otherwise LGTM

README.md Outdated Show resolved Hide resolved
Co-authored-by: Don Naro <dnaro@redhat.com>
@gotmax23 gotmax23 merged commit e952dd4 into ansible:devel Dec 4, 2023
8 checks passed
Copy link

patchback bot commented Dec 4, 2023

Backport to stable-2.15: 💚 backport PR created

✅ Backport PR branch: patchback/backports/stable-2.15/e952dd436561bd801562e8f70e5db44caaa53097/pr-883

Backported as #919

🤖 @patchback
I'm built with octomachinery and
my source is open — https://github.com/sanitizers/patchback-github-app.

patchback bot pushed a commit that referenced this pull request Dec 4, 2023
* nox pip-compile: allow passing --no-upgrade flag

This allows running `nox -e pip-compile -- --no-upgrade` to make sure
that the requirements.txt files are in sync with the .in files but not
updating any other transitive dependency.

* README: make "## Updating dependencies" more concise

Co-authored-by: Don Naro <dnaro@redhat.com>

---------

Co-authored-by: Don Naro <dnaro@redhat.com>
(cherry picked from commit e952dd4)

This comment was marked as resolved.

patchback bot pushed a commit that referenced this pull request Dec 4, 2023
* nox pip-compile: allow passing --no-upgrade flag

This allows running `nox -e pip-compile -- --no-upgrade` to make sure
that the requirements.txt files are in sync with the .in files but not
updating any other transitive dependency.

* README: make "## Updating dependencies" more concise

Co-authored-by: Don Naro <dnaro@redhat.com>

---------

Co-authored-by: Don Naro <dnaro@redhat.com>
(cherry picked from commit e952dd4)
@gotmax23 gotmax23 added backport-2.16 Automatically create a backport for the stable-2.16 branch and removed backport-2.16 Automatically create a backport for the stable-2.16 branch labels Dec 4, 2023
Copy link

patchback bot commented Dec 4, 2023

Backport to stable-2.16: 💚 backport PR created

✅ Backport PR branch: patchback/backports/stable-2.16/e952dd436561bd801562e8f70e5db44caaa53097/pr-883

Backported as #920

🤖 @patchback
I'm built with octomachinery and
my source is open — https://github.com/sanitizers/patchback-github-app.

patchback bot pushed a commit that referenced this pull request Dec 4, 2023
* nox pip-compile: allow passing --no-upgrade flag

This allows running `nox -e pip-compile -- --no-upgrade` to make sure
that the requirements.txt files are in sync with the .in files but not
updating any other transitive dependency.

* README: make "## Updating dependencies" more concise

Co-authored-by: Don Naro <dnaro@redhat.com>

---------

Co-authored-by: Don Naro <dnaro@redhat.com>
(cherry picked from commit e952dd4)
gotmax23 added a commit that referenced this pull request Dec 4, 2023
* nox pip-compile: allow passing --no-upgrade flag

This allows running `nox -e pip-compile -- --no-upgrade` to make sure
that the requirements.txt files are in sync with the .in files but not
updating any other transitive dependency.

* README: make "## Updating dependencies" more concise

Co-authored-by: Don Naro <dnaro@redhat.com>

---------

(cherry picked from commit e952dd4)

Co-authored-by: Don Naro <dnaro@redhat.com>
@gotmax23
Copy link
Collaborator Author

gotmax23 commented Dec 4, 2023

Manual stable-2.14 backport: #921

gotmax23 added a commit that referenced this pull request Dec 4, 2023
* nox pip-compile: allow passing --no-upgrade flag

This allows running `nox -e pip-compile -- --no-upgrade` to make sure
that the requirements.txt files are in sync with the .in files but not
updating any other transitive dependency.

* README: make "## Updating dependencies" more concise

Co-authored-by: Don Naro <dnaro@redhat.com>

---------
(cherry picked from commit e952dd4)

Co-authored-by: Maxwell G <maxwell@gtmx.me>
Co-authored-by: Don Naro <dnaro@redhat.com>
gotmax23 added a commit that referenced this pull request Dec 4, 2023
* nox pip-compile: allow passing --no-upgrade flag

This allows running `nox -e pip-compile -- --no-upgrade` to make sure
that the requirements.txt files are in sync with the .in files but not
updating any other transitive dependency.

* README: make "## Updating dependencies" more concise

Co-authored-by: Don Naro <dnaro@redhat.com>

---------
(cherry picked from commit e952dd4)

Co-authored-by: Maxwell G <maxwell@gtmx.me>
Co-authored-by: Don Naro <dnaro@redhat.com>
gotmax23 added a commit that referenced this pull request Dec 4, 2023
* nox pip-compile: allow passing --no-upgrade flag

This allows running `nox -e pip-compile -- --no-upgrade` to make sure
that the requirements.txt files are in sync with the .in files but not
updating any other transitive dependency.

* README: make "## Updating dependencies" more concise



---------

(cherry picked from commit e952dd4)

Co-authored-by: Don Naro <dnaro@redhat.com>
Co-authored-by: 45432694+patchback[bot]@users.noreply.github.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-2.14 Automatically create a backport for the stable-2.14 branch backport-2.15 Automatically create a backport for the stable-2.15 branch backport-2.16 Automatically create a backport for the stable-2.16 branch tooling This PR affects tooling (CI, pr_labeler, noxfile, linters, etc.) but not the docs builds themselves.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants