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

Only configure setuptools logging if bdist_wheel is imported #641

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

agronholm
Copy link
Contributor

@agronholm agronholm commented Nov 7, 2024

This prevents the CLI commands from emitting unwanted output.

Fixes #632.

Copy link

codecov bot commented Nov 7, 2024

Codecov Report

Attention: Patch coverage is 50.00000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 78.14%. Comparing base (c81f5c9) to head (13876db).

Files with missing lines Patch % Lines
src/wheel/_bdist_wheel.py 40.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #641      +/-   ##
==========================================
+ Coverage   77.96%   78.14%   +0.17%     
==========================================
  Files          14       14              
  Lines        1121     1121              
==========================================
+ Hits          874      876       +2     
+ Misses        247      245       -2     

☔ 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.

wheel tags command displays invalid filenames on stdout
1 participant