GH-113528: Remove a couple of expensive pathlib ABC tests (#113534)
Run expensive tests for walking and globbing from `test_pathlib` but not `test_pathlib_abc`. The ABCs are not as tightly optimised as the classes in top-level `pathlib`, and so these tests are taking rather a long time on some buildbots. Coverage of the main `pathlib` classes should suffice.
B
Barney Gale committed
6ca0e6754eedf4c9cf48794fa6c27281668b8d7c
Parent: b664d91
Committed by GitHub <noreply@github.com>
on 12/28/2023, 10:44:29 PM