-
Notifications
You must be signed in to change notification settings - Fork 13.8k
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
chore: remove deprecated distutils #24001
Conversation
Codecov Report
@@ Coverage Diff @@
## master #24001 +/- ##
==========================================
+ Coverage 68.13% 68.22% +0.09%
==========================================
Files 1941 1941
Lines 75304 75303 -1
Branches 8166 8165 -1
==========================================
+ Hits 51308 51376 +68
+ Misses 21907 21838 -69
Partials 2089 2089
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 5 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
cd1f60a
to
b7e80e0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test style comment, other than that LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test style comment, other than that LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
(cherry picked from commit c963416)
SUMMARY
Distutils is deprecated. Followed the migration advice.
distutils.version
withpackaging.version
distutils.util
sstrtobool
insuperset.utils
core.py
with a unit testnumpy.distutil
sis_sequence
inflatten.py
pip-compile-multi -P packaging
Note: Could not bump packaging because of dependency google-cloud-bigquery
TESTING INSTRUCTIONS
tox -e py38
ADDITIONAL INFORMATION