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
Fix behaviour of UPath.parent and UPath.parents (#529)
* tests: add tests to assert parents start from anchor
* tests: data path doesn't have parents so the test is moot
* upath.core: fix .parents for UPath base class
* upath.implementations.smb: fix .path for root
* upath.core and upath.chain: fix chained path handling
* upath._flavour: change split to handle anchor correctly
* tests: adjust tests for data path
* upath._flavour: fix smb flavour parsing
* upath.implementations.cloud: fix azure and gcs copying
* upath.implementations.cloud: fix hf path parent parsing
* upath.core: revert changes to parents with correct flavour.split fix
* tests: adjust anchor comparison for windows
* tests: skip anchor tests for mock fs on windows
0 commit comments