dask / distributed

A distributed task scheduler for Dask
https://distributed.dask.org
BSD 3-Clause "New" or "Revised" License
1.56k stars 713 forks source link

Revert "Run against stable fsspec" #8618

Open phofl opened 2 months ago

phofl commented 2 months ago

Reverts dask/distributed#8615

martindurant commented 2 months ago

Please run again - my fork didn't contain the tags, so the version is wrong

martindurant commented 2 months ago

(there may be some caching going on, because pip install git+https://github.com/martindurant/filesystem_spec@post-version definitely gets fsspec-2024.3.1.post5+g529c084 for me)

github-actions[bot] commented 2 months ago

Unit Test Results

_See test report for an extended history of previous test failures. This is useful for diagnosing flaky tests._

    29 files  ± 0      29 suites  ±0   11h 25m 21s :stopwatch: + 9m 52s  4 065 tests + 5   3 952 :white_check_mark: + 5    109 :zzz: ±0  4 :x: ±0  55 026 runs  +86  52 611 :white_check_mark: +90  2 410 :zzz:  - 5  5 :x: +1 

For more details on these failures, see this check.

Results for commit 4036ce39. ± Comparison against base commit 66ced13b.

:recycle: This comment has been updated with latest results.

phofl commented 2 months ago

yeah there was definitely something in the cache, it should be gone now

martindurant commented 2 months ago
The conflict is caused by:
    The user requested fsspec 2024.3.1.post5+g529c084 (from git+https://github.com/martindurant/filesystem_spec@post-version)
    dask 2024.4.1+4.gb2ec1e1a depends on fsspec>=2021.09.0
    s3fs 2024.3.1+2.g7ccc0a5 depends on fsspec==2024.3.1

Shouldn't this be OK? What instead is the right incantation, like fsspec~=2024.3.1