-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Ignore new deprecation message from setuptools. #7454
Conversation
Codecov Report
@@ Coverage Diff @@
## master #7454 +/- ##
=======================================
Coverage 97.27% 97.27%
=======================================
Files 106 106
Lines 31441 31441
Branches 3565 3565
=======================================
Hits 30585 30585
Misses 652 652
Partials 204 204
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
It's looking like we're stuck on uvloop at the moment: MagicStack/uvloop#547 |
Backport to 3.8: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply 878ac7d on top of patchback/backports/3.8/878ac7d2331dbc19b3698b87ae6212e9010d5def/pr-7454 Backporting merged PR #7454 into master
🤖 @patchback |
Backport to 3.9: 💚 backport PR created✅ Backport PR branch: Backported as #7476 🤖 @patchback |
(cherry picked from commit 878ac7d)
What do these changes do?
In setuptools 67.5.0+ (since pypa/setuptools@a1aeda3), a new DeprecationWarning is emitted whenever
pkg_resources
is imported, which we need to ignore during tests.Checklist
CONTRIBUTORS.txt
CHANGES
folder<issue_id>.<type>
for example (588.bugfix)issue_id
change it to the pr id after creating the pr.feature
: Signifying a new feature..bugfix
: Signifying a bug fix..doc
: Signifying a documentation improvement..removal
: Signifying a deprecation or removal of public API..misc
: A ticket has been closed, but it is not of interest to users.