mirror of
https://github.com/python/cpython.git
synced 2026-06-07 03:51:54 -04:00
6ca0e6754e
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.