diff --git a/changelog/8141.feature.rst b/changelog/8141.feature.rst index a8325fba3..25594e2c7 100644 --- a/changelog/8141.feature.rst +++ b/changelog/8141.feature.rst @@ -1 +1,2 @@ Added `--tmp-path-retention-count` and `--tmp-path-retention-policy` options to control how directories created by the `tmp_path` fixture are kept. +The default behavior has changed to remove all directories if all tests passed.