-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Replace deprecated setup.py
invocations with build
in CI
#6166
Conversation
This patch also increases strictness of the ckeck
Codecov Report
@@ Coverage Diff @@
## master #6166 +/- ##
=======================================
Coverage 93.29% 93.29%
=======================================
Files 102 102
Lines 30230 30230
Branches 2711 2711
=======================================
Hits 28204 28204
Misses 1849 1849
Partials 177 177
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
Backport to 3.8: 💚 backport PR created✅ Backport PR branch: Backported as #6167 🤖 @patchback |
Ref: https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html (cherry picked from commit 5bb202a)
…ations with `build` in CI (#6167) Ref: https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html (cherry picked from commit 5bb202a) Co-authored-by: Sviatoslav Sydorenko <sviat@redhat.com>
What do these changes do?
https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html
Are there changes in behavior for the user?
No.
Related issue number
N/A
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.