From c788acebc28b602f52162f11e910ff3da61571f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jim=20Br=C3=A4nnlund?= Date: Fri, 3 Mar 2023 16:43:46 +0100 Subject: [PATCH] missed one --- changelog/10738.feature.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/10738.feature.rst b/changelog/10738.feature.rst index 7c7b668dc..27bca301f 100644 --- a/changelog/10738.feature.rst +++ b/changelog/10738.feature.rst @@ -1 +1 @@ -Added ``PYTEST_TMPDIR_FILE_MASK`` environment variable which controls the file permissions of any files or directories created by the ``tmp_path`` fixtures. +Added ``PYTEST_TMPDIR_FILE_MODE`` environment variable which controls the file permissions of any files or directories created by the ``tmp_path`` fixtures.