Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency pytest to v6.2.4 #8

Merged
merged 2 commits into from
Jun 24, 2021
Merged

Update dependency pytest to v6.2.4 #8

merged 2 commits into from
Jun 24, 2021

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 25, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pytest (source, changelog) ==6.2.1 -> ==6.2.4 age adoption passing confidence

Release Notes

pytest-dev/pytest

v6.2.4

Compare Source

pytest 6.2.4 (2021-05-04)

Bug Fixes

  • #​8539: Fixed assertion rewriting on Python 3.10.

v6.2.3

Compare Source

pytest 6.2.3 (2021-04-03)

Bug Fixes

  • #​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 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.

v6.2.2

Compare Source

pytest 6.2.2 (2021-01-25)

Bug Fixes

  • #​8152: Fixed "(<Skipped instance>)" being shown as a skip reason in the verbose test summary line when the reason is empty.
  • #​8249: Fix the faulthandler plugin for occasions when running with twisted.logger and using pytest --capture=no.

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot requested a review from bsoyka as a code owner January 25, 2021 15:11
@renovate renovate bot changed the title Update dependency pytest to v6.2.2 Update dependency pytest to v6.2.3 Apr 26, 2021
@renovate renovate bot changed the title Update dependency pytest to v6.2.3 Update dependency pytest to v6.2.4 May 9, 2021
@bsoyka bsoyka merged commit 4548690 into main Jun 24, 2021
@bsoyka bsoyka deleted the renovate/pytest-6.x branch June 24, 2021 23:20
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.

2 participants