From 97a61916a6caaa31a2995db1dbb8536439a7f930 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Thu, 8 Apr 2021 15:40:58 +0100 Subject: [PATCH] fix pytest 6.2.3 #8414 changelog entry grammar --- doc/en/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/changelog.rst b/doc/en/changelog.rst index 04f081b77d8..b07996ae2e7 100644 --- a/doc/en/changelog.rst +++ b/doc/en/changelog.rst @@ -40,7 +40,7 @@ Bug Fixes the ``tmp_path``/``tmpdir`` fixture). Now the directories are created with private permissions. - pytest used silenty use a pre-existing ``/tmp/pytest-of-`` directory, + pytest used to silenty use a pre-existing ``/tmp/pytest-of-`` directory, even if owned by another user. This means another user could pre-create such a directory and gain control of another user's temporary directory. Now such a condition results in an error.