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

MNT: Apply assorted repo-review rules #3682

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

PP002: Has a proper build-system table

Must have `build-system.requires` and `build-system.backend`.
Both should be present in all modern packages.
PP003: Does not list wheel as a build-dep

Do not include `"wheel"` in your `build-system.requires`, setuptools does
this via PEP 517 already. Setuptools will also only require this for actual
wheel builds, and might have version limits.
Copy link

codecov bot commented Sep 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 39.49%. Comparing base (4d1352a) to head (cf21cad).

❗ There is a different number of reports uploaded between BASE (4d1352a) and HEAD (cf21cad). Click for more details.

HEAD has 65 uploads less than BASE
Flag BASE (4d1352a) HEAD (cf21cad)
69 4
Additional details and impacted files
@@             Coverage Diff             @@
##           master    #3682       +/-   ##
===========================================
- Coverage   70.83%   39.49%   -31.34%     
===========================================
  Files        1276     1276               
  Lines       59314    59314               
  Branches     9824     9824               
===========================================
- Hits        42013    23427    -18586     
- Misses      16125    35729    +19604     
+ Partials     1176      158     -1018     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

1 participant