fsspec / universal_pathlib

pathlib api extended to use fsspec backends
MIT License
251 stars 44 forks source link

Fix webdav tests #107

Closed ap-- closed 1 year ago

ap-- commented 1 year ago

Close #106 (hopefully 🥲 )

cpython pathlib tests use a special implementation of rmtree on windows that waits up to 1 second on file tree removal. My guess is this might circumvent the issues we're seeing with flaky webdav dir removal and crashes in the webdav fixture

ap-- commented 1 year ago

Waiting for #105