You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: use only loop executor for fsspec source (#999)
* install optional fsspec backends in the CI for some python versions
* update submit interface
* annotation
* do not use named arguments for the path/url
* Future init
* add s3fs and sshfs as test dependencies (fsspec beckends)
* test fsspec s3 for more combination of parameters
* remove pip install from ci
* style: pre-commit fixes
* revert test order
* remove dependencies as a test
* add s3fs to test
* exclude s3fs to python version 3.12
* add sshfs test (skipped)
* fix pytest
* asyncio not available in 3.12
* asyncio not available in 3.12
* add comment for fsspec threads
* attempt to close resources
* handle s3fs case separate for now
* attempt to pass tests
* attempt to pass tests
* simplified
* remove support for use_threads option, run non-async fs in threads using asyncio
* stop the loop on resource shutdown
* add skip for xrootd due to server issues
* remove skip for xrootd
* remove shutdown
* understand ci fail
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
0 commit comments