-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information
1 parent
3341ce0
commit 0f2c4da
Showing
3 changed files
with
72 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters