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

Remove redudant wheel dep from pyproject.toml #34

Merged
merged 1 commit into from
May 9, 2022

Conversation

mgorny
Copy link
Contributor

@mgorny mgorny commented May 6, 2022

The setuptools PEP517 backend provides the dependency on wheel
implicitly. The explicit dep is unnecessary and specifying it is
no longer the recommended practice per setuptools documentation.

The `setuptools` PEP517 backend provides the dependency on `wheel`
implicitly.  The explicit dep is unnecessary and specifying it is
no longer the recommended practice per setuptools documentation.
@diazona
Copy link
Contributor

diazona commented May 6, 2022

pypa/setuptools#3056 for context

Thanks for the fix! I want to give it a little while (probably a few days) in case the other maintainers have any comments, then I'll merge this.

@diazona diazona self-assigned this May 6, 2022
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools >=42", "setuptools_scm[toml] >=3.4.1", "wheel"]
requires = ["setuptools >=42", "setuptools_scm[toml] >=3.4.1"]
Copy link
Member

Choose a reason for hiding this comment

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

i suspect a version pin increase for setuptools is also necessary, can we crosscheck

Copy link
Member

@RonnyPfannschmidt RonnyPfannschmidt left a comment

Choose a reason for hiding this comment

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

its been there from day on, so YAY

@diazona diazona merged commit 87fd2cb into pytest-dev:master May 9, 2022
@mgorny
Copy link
Contributor Author

mgorny commented May 9, 2022

Thanks!

@diazona diazona added this to the v0.7.0 milestone Jul 8, 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.

3 participants