-
-
Notifications
You must be signed in to change notification settings - Fork 723
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
Drop runtime dependency to setuptools #6017
Conversation
I can see a wealth of differences between
I expect one of the two files to be unused? CC @jsignell |
Unit Test Results 12 files + 4 12 suites +4 6h 38m 10s ⏱️ + 2h 37m 5s For more details on these failures, see this check. Results for commit a7896e9. ± Comparison against base commit ed48736. ♻️ This comment has been updated with latest results. |
All failures unrelated. |
My understanding is that there recipes are exclusively used for nightly builds. @charlesbluca @jakirkham |
Correct, both are used in this workflow to build / publish nightlies on every commit.
Both are being used, with |
setuptools now remains exclusively in setup.py and conda meta.yaml.
It is also optionally used by versioneer, with a transparent fallback to distutils if it's not already loaded.
twin of
xrefs
setuptools
fromdistributed
recipe #5963