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

Update setuptools deprecations AGAIN #607

Merged
merged 1 commit into from
Jan 19, 2024

Conversation

cottsay
Copy link
Member

@cottsay cottsay commented Jan 17, 2024

It seems that setuptools has made changes which require us to update our deprecation warning suppression. I think it actually changed twice: once that regressed the stacklevel for the warning, and another time which changed the message entirely.

TIL that suppressing setuptools warnings is akin to whack-a-mole.

In addition to CI, I tested this with setuptools 69.0.3 and 67.7.2.

It seems that setuptools has made changes which require us to update our
deprecation warning suppression. I think it actually changed twice: once
that regressed the stacklevel for the warning, and another time which
changed the message entirely.

TIL that suppressing setuptools warnings is akin to whack-a-mole.
@cottsay cottsay added the bug Something isn't working label Jan 17, 2024
@cottsay cottsay self-assigned this Jan 17, 2024
Copy link

codecov bot commented Jan 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (500dec0) 83.30% compared to head (2759ce5) 83.30%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #607   +/-   ##
=======================================
  Coverage   83.30%   83.30%           
=======================================
  Files          65       65           
  Lines        3762     3762           
  Branches      727      727           
=======================================
  Hits         3134     3134           
  Misses        552      552           
  Partials       76       76           

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

@cottsay cottsay merged commit c024d98 into master Jan 19, 2024
35 checks passed
@delete-merged-branch delete-merged-branch bot deleted the cottsay/setuptools-deprecations branch January 19, 2024 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging this pull request may close these issues.

2 participants