distributed icon indicating copy to clipboard operation
distributed copied to clipboard

Revert "Run against stable fsspec"

Open phofl opened this issue 1 year ago • 5 comments

Reverts dask/distributed#8615

phofl avatar Apr 11 '24 18:04 phofl

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

martindurant avatar Apr 11 '24 18:04 martindurant

(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)

martindurant avatar Apr 11 '24 18:04 martindurant

Unit Test Results

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

    25 files  ±0      25 suites  ±0   10h 18m 38s :stopwatch: + 7m 16s  4 104 tests ±0   3 986 :white_check_mark: ±0    113 :zzz: ±0  5 :x: ±0  47 426 runs  ±0  45 291 :white_check_mark:  - 1  2 129 :zzz: ±0  6 :x: +1 

For more details on these failures, see this check.

Results for commit 83b05d32. ± Comparison against base commit 86dc83c7.

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

github-actions[bot] avatar Apr 11 '24 19:04 github-actions[bot]

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

phofl avatar Apr 11 '24 23:04 phofl

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

martindurant avatar Apr 12 '24 01:04 martindurant