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
setuptoolsfromdistributedrecipe #5963