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
A number of tests use pathlib.Path to test that the code supports path-like objects. They should use a special object that only implements the path protocol instead. This will avoid unintentional dependency on other pathlib.Path methods and attributes and allow to test path-like objects with the bytes path.
A number of tests use
pathlib.Pathto test that the code supports path-like objects. They should use a special object that only implements the path protocol instead. This will avoid unintentional dependency on otherpathlib.Pathmethods and attributes and allow to test path-like objects with the bytes path.Linked PRs