FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Remove redundant `wheel` dependency from `pyproject.toml` by mgorny · Pull Request #16 · python-humanize/humanize · GitHub

Remove redundant wheel dependency from pyproject.toml - #16

Merged
hugovk merged 1 commit into
python-humanize:mainfrom
mgorny:wheel-dep
May 4, 2022
Merged

Remove redundant wheel dependency from pyproject.toml#16
hugovk merged 1 commit into
python-humanize:mainfrom
mgorny:wheel-dep

Conversation

mgorny commented May 4, 2022

Copy link
Copy Markdown
Contributor

The wheel dependency in pyproject.toml is not necessary, and modern
setuptools documentation advises against adding it. The PEP517 backend
automatically exposes the wheel dependency, and a future version
of setuptools may no longer use it.

The `wheel` dependency in `pyproject.toml` is not necessary, and modern
setuptools documentation advises against adding it.  The PEP517 backend
automatically exposes the `wheel` dependency, and a future version
of setuptools may no longer use it.

codecov-commenter commented May 4, 2022
edited
Loading

Copy link
Copy Markdown

Codecov Report

Merging #16 (ab5bfe5) into main (0c177f7) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #16   +/-   ##
=======================================
  Coverage   99.68%   99.68%           
=======================================
  Files           9        9           
  Lines         635      635           
=======================================
  Hits          633      633           
  Misses          2        2           
Flag Coverage Δ
macos-latest 97.48% <ø> (-0.95%) ⬇️
ubuntu-latest 98.42% <ø> (ø)
windows-latest 98.11% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0c177f7...ab5bfe5. Read the comment docs.

hugovk added the changelog: Fixed For any bug fixes label May 4, 2022

hugovk commented May 4, 2022

Copy link
Copy Markdown
Member

hugovk merged commit 410b51d into python-humanize:main May 4, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog: Fixed For any bug fixes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL