Skip to content

Commit

Permalink
Merge pull request #8531 from pytest-dev/graingert-patch-1
Browse files Browse the repository at this point in the history
fix pytest 6.2.3 #8414 changelog entry grammar
  • Loading branch information
bluetech committed Apr 10, 2021
2 parents 047c960 + 97a6191 commit 9653a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/en/changelog.rst
Expand Up @@ -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-<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
directory and gain control of another user's temporary directory. Now such a
condition results in an error.
Expand Down

0 comments on commit 9653a0e

Please sign in to comment.