-
Notifications
You must be signed in to change notification settings - Fork 173
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
Fix downstream CI #471
Fix downstream CI #471
Conversation
ogrisel
commented
May 20, 2022
•
edited
Loading
edited
- bump up the python version used to run those tests;
- add a missing dependencies (aiohttp and pyarrow) for distributed.
Codecov Report
@@ Coverage Diff @@
## master #471 +/- ##
==========================================
- Coverage 92.58% 84.47% -8.12%
==========================================
Files 4 4
Lines 715 715
Branches 159 157 -2
==========================================
- Hits 662 604 -58
- Misses 32 87 +55
- Partials 21 24 +3
Continue to review full report at Codecov.
|
Apparently this is caused by this error when installing the dev branch of
We probably need to upgrade the Python version to run the distributed tests. |
The 3.11 failure will be fixed in a concurrent PR. |
There are a couple of failing tests in distributed, I am not sure whether they are related to cloudpickle or not. Any idea @jakirkham or @mrocklin? I will merge this anyway to fix the test config itself but it would be great to know what to do to fix the failing tests. |
Here is a direct link to the distributed test logs: https://github.com/cloudpipe/cloudpickle/runs/6524520561?check_suite_focus=true |
cc @jrbourbeau (in case anything sticks out to you) |
Wonder if this is related to PR ( dask/distributed#6007 ) |
Filed issue ( dask/distributed#6403 ) to track/improve visibility |