-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
type: enhancementnew feature or API change, should be merged into features branchnew feature or API change, should be merged into features branch
Description
The current Python 3.12 alpha has made a change to rmtree
python/cpython#102828, deprecating the onerror
parameter and replacing it with an onexc
parameter. Something in Pytest's temp path fixtures calls an rm_rf
function which calls rmtree
with the onerror
parameter.
Line 147 in 6dcd652
def rm_rf(path: Path) -> None: |
Metadata
Metadata
Assignees
Labels
type: enhancementnew feature or API change, should be merged into features branchnew feature or API change, should be merged into features branch