Skip to content

Update pytest to 6.2.5#117

Closed
pyup-bot wants to merge 1 commit into
masterfrom
pyup-update-pytest-6.2.2-to-6.2.5
Closed

Update pytest to 6.2.5#117
pyup-bot wants to merge 1 commit into
masterfrom
pyup-update-pytest-6.2.2-to-6.2.5

Conversation

@pyup-bot

Copy link
Copy Markdown
Collaborator

This PR updates pytest from 6.2.2 to 6.2.5.

Changelog

6.2.5

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


Trivial/Internal Changes
------------------------

- `8494 <https://github.com/pytest-dev/pytest/issues/8494>`_: Python 3.10 is now supported.


- `9040 <https://github.com/pytest-dev/pytest/issues/9040>`_: Enable compatibility with ``pluggy 1.0`` or later.

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 Aug 31, 2021
@codecov

codecov Bot commented Sep 1, 2021

Copy link
Copy Markdown

Codecov Report

Merging #117 (21a4c0f) into master (b80bb2f) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #117   +/-   ##
=======================================
  Coverage   96.12%   96.12%           
=======================================
  Files          12       12           
  Lines         129      129           
=======================================
  Hits          124      124           
  Misses          5        5           

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 b80bb2f...21a4c0f. Read the comment docs.

@pyup-bot

pyup-bot commented Feb 4, 2022

Copy link
Copy Markdown
Collaborator Author

Closing this in favor of #151

@pyup-bot pyup-bot closed this Feb 4, 2022
@Ernanidacosta
Ernanidacosta deleted the pyup-update-pytest-6.2.2-to-6.2.5 branch February 4, 2022 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant