Merge pull request #8531 from pytest-dev/graingert-patch-1

fix pytest 6.2.3 #8414 changelog entry grammar
This commit is contained in:
Ran Benita 2021-04-10 19:05:19 +03:00 committed by GitHub
commit 9653a0e9f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ Bug Fixes
the ``tmp_path``/``tmpdir`` fixture). Now the directories are created with the ``tmp_path``/``tmpdir`` fixture). Now the directories are created with
private permissions. private permissions.
pytest used silenty use a pre-existing ``/tmp/pytest-of-<username>`` directory, pytest used to silenty use a pre-existing ``/tmp/pytest-of-<username>`` directory,
even if owned by another user. This means another user could pre-create such a 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 directory and gain control of another user's temporary directory. Now such a
condition results in an error. condition results in an error.