Skip to content
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.

Update pytest to 6.2.4 #231

Merged
merged 1 commit into from
Jun 11, 2021
Merged

Update pytest to 6.2.4 #231

merged 1 commit into from
Jun 11, 2021

Conversation

pyup-bot
Copy link
Collaborator

@pyup-bot pyup-bot commented May 5, 2021

This PR updates pytest from 6.2.2 to 6.2.4.

Changelog

6.2.4

=========================

Bug Fixes
---------

- `8539 <https://github.com/pytest-dev/pytest/issues/8539>`_: Fixed assertion rewriting on Python 3.10.

6.2.3

=========================

Bug Fixes
---------

- `8414 <https://github.com/pytest-dev/pytest/issues/8414>`_: pytest used to create directories under ``/tmp`` with world-readable
permissions. This means that any user in the system was able to read
information written by tests in temporary directories (such as those created by
the ``tmp_path``/``tmpdir`` fixture). Now the directories are created with
private permissions.

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.
Links

@pyup-bot pyup-bot mentioned this pull request May 5, 2021
@codecov
Copy link

codecov bot commented May 5, 2021

Codecov Report

Merging #231 (52baa29) into master (af5eaf9) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #231   +/-   ##
=======================================
  Coverage   52.61%   52.61%           
=======================================
  Files          24       24           
  Lines        1627     1627           
=======================================
  Hits          856      856           
  Misses        771      771           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update af5eaf9...52baa29. Read the comment docs.

@rymurr rymurr merged commit 87b531d into master Jun 11, 2021
@rymurr rymurr deleted the pyup-update-pytest-6.2.2-to-6.2.4 branch June 11, 2021 13:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants