Skip to content

Remove redudant wheel dep from pyproject.toml - #34

Merged
diazona merged 1 commit into
pytest-dev:masterfrom
mgorny:wheel-dep
May 9, 2022
Merged

Remove redudant wheel dep from pyproject.toml#34
diazona merged 1 commit into
pytest-dev:masterfrom
mgorny:wheel-dep

Conversation

@mgorny

@mgorny mgorny commented May 6, 2022

Copy link
Copy Markdown
Contributor

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

diazona commented May 6, 2022

Copy link
Copy Markdown
Contributor

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
Comment thread pyproject.toml
@@ -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
Copy Markdown
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

@RonnyPfannschmidt RonnyPfannschmidt left a comment

Copy link
Copy Markdown
Member

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

mgorny commented May 9, 2022

Copy link
Copy Markdown
Contributor Author

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