pyutils / line_profiler

Line-by-line profiling for Python
Other
2.57k stars 118 forks source link

Remove redundant wheel dep from pyproject.toml #180

Closed mgorny closed 1 year ago

mgorny commented 1 year ago

Remove the redundant wheel dependency, as it is added by the backend automatically. Listing it explicitly in the documentation was a historical mistake and has been fixed since, see: https://github.com/pypa/setuptools/commit/f7d30a9529378cf69054b5176249e5457aaf640a

codecov[bot] commented 1 year ago

Codecov Report

Merging #180 (c9074c6) into main (0901453) will not change coverage. The diff coverage is n/a.

Additional details and impacted files [![Impacted file tree graph](https://codecov.io/gh/pyutils/line_profiler/pull/180/graphs/tree.svg?width=650&height=150&src=pr&token=xIK8nFU3K5&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)](https://codecov.io/gh/pyutils/line_profiler/pull/180?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) ```diff @@ Coverage Diff @@ ## main #180 +/- ## ======================================= Coverage 50.59% 50.59% ======================================= Files 4 4 Lines 253 253 Branches 37 37 ======================================= Hits 128 128 Misses 112 112 Partials 13 13 ``` ------ [Continue to review full report at Codecov](https://codecov.io/gh/pyutils/line_profiler/pull/180?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) > `Δ = absolute (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://codecov.io/gh/pyutils/line_profiler/pull/180?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None). Last update [0901453...c9074c6](https://codecov.io/gh/pyutils/line_profiler/pull/180?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None).