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
Pathlib originally implemented its own path joining algorithm with its own tests. Nowadays pathlib now calls through to os.path.join() (see #95450), but there's still a handful of tests for path joining remaining that are better suited to test_posixpath and test_ntpath.
Affects the test_drive_root_parts_common and test_drive_root_parts test methods.