From dc1b419991023edc79c167839b64d1c16ac9abd6 Mon Sep 17 00:00:00 2001 From: Yusuke Kadowaki Date: Thu, 27 Oct 2022 21:27:57 +0900 Subject: [PATCH] Add changelog --- changelog/8141.feature.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/8141.feature.rst diff --git a/changelog/8141.feature.rst b/changelog/8141.feature.rst new file mode 100644 index 000000000..a8325fba3 --- /dev/null +++ b/changelog/8141.feature.rst @@ -0,0 +1 @@ +Added `--tmp-path-retention-count` and `--tmp-path-retention-policy` options to control how directories created by the `tmp_path` fixture are kept.