]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-113528: Remove a couple of expensive pathlib ABC tests (#113534)
authorBarney Gale <barney.gale@gmail.com>
Thu, 28 Dec 2023 22:44:29 +0000 (22:44 +0000)
committerGitHub <noreply@github.com>
Thu, 28 Dec 2023 22:44:29 +0000 (22:44 +0000)
commit6ca0e6754eedf4c9cf48794fa6c27281668b8d7c
tree8e7205577ae694235aea0e0966ddd9b8811580b4
parentb664d9159964f0609d50dabd02f71af0227d8718
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.
Lib/test/test_pathlib/test_pathlib.py
Lib/test/test_pathlib/test_pathlib_abc.py