Add distribution check for optional dependencies#12087
Add distribution check for optional dependencies#12087jacobtomlinson merged 1 commit intodask:mainfrom
Conversation
Unit Test ResultsSee test report for an extended history of previous test failures. This is useful for diagnosing flaky tests. 9 files ±0 9 suites ±0 3h 16m 30s ⏱️ + 6m 28s Results for commit 771bcb7. ± Comparison against base commit 3fb02e6. |
jacobtomlinson
left a comment
There was a problem hiding this comment.
This seems reasonable to me. Are we confident that the importable thing isn't the library, like editable installs?
|
It looks like cloning a project onto your Python path will no longer work after this change until you explicitly |
This works for me locally when testing the "local directory named "xarray"` case outlined in #12086
Closes #12086