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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor nox requirements to use requirements files (#601) #609

Merged
merged 1 commit into from
Nov 8, 2022
Merged

Refactor nox requirements to use requirements files (#601) #609

merged 1 commit into from
Nov 8, 2022

Conversation

strokirk
Copy link
Contributor

@strokirk strokirk commented Nov 7, 2022

There is an active discussion about alternatives in discuss.python.org, but hopefully this will help with the immediate need. 馃檪

First patch, so please say if it's too early in the discussion to make a PR, or if another approach would be better!

@pradyunsg
Copy link
Member

Thanks for filling this @strokirk! This looks good to me, assuming CI is happy with this.

@@ -0,0 +1,4 @@
coverage[toml]>=5.0.0
pip>=9.0.2
Copy link
Member

@uranusjr uranusjr Nov 7, 2022

Choose a reason for hiding this comment

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

Not really related to this PR, but is this line still relevant now that we require Python 3.7+?

Copy link
Member

Choose a reason for hiding this comment

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

I don't think so, but technically you don't have to have pip installed in an environment either, so I don't think it's hurting anything by being explicit.

@brettcannon brettcannon merged commit 606c71a into pypa:main Nov 8, 2022
@brettcannon
Copy link
Member

Thanks!

@strokirk strokirk deleted the use-requirements-files branch November 8, 2022 11:53
KOLANICH pushed a commit to KOLANICH-libs/packaging that referenced this pull request Nov 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants