Skip to content

Bump pytest from 7.2.0 to 7.2.1#2531

Merged
A5rocks merged 1 commit intomasterfrom
dependabot/pip/pytest-7.2.1
Jan 16, 2023
Merged

Bump pytest from 7.2.0 to 7.2.1#2531
A5rocks merged 1 commit intomasterfrom
dependabot/pip/pytest-7.2.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 16, 2023

Bumps pytest from 7.2.0 to 7.2.1.

Release notes

Sourced from pytest's releases.

7.2.1

pytest 7.2.1 (2023-01-13)

Bug Fixes

  • #10452: Fix 'importlib.abc.TraversableResources' deprecation warning in Python 3.12.
  • #10457: If a test is skipped from inside a fixture, the test summary now shows the test location instead of the fixture location.
  • #10506: Fix bug where sometimes pytest would use the file system root directory as rootdir <rootdir>{.interpreted-text role="ref"} on Windows.
  • #10607: Fix a race condition when creating junitxml reports, which could occur when multiple instances of pytest execute in parallel.
  • #10641: Fix a race condition when creating or updating the stepwise plugin's cache, which could occur when multiple xdist worker nodes try to simultaneously update the stepwise plugin's cache.
Commits
  • 1ae778f Prepare release version 7.2.1
  • cb07711 Merge pull request #10656 from pytest-dev/backport-10641-to-7.2.x
  • 9440702 Merge pull request #10657 from pytest-dev/backport-10640-to-7.2.x
  • e8055c1 [7.2.x] Fix regen tox environment
  • f22fbbf [7.2.x] Dont update cache from xdist worker
  • 211d08e Merge pull request #10638 from pytest-dev/backport-10607-to-7.2.x
  • a6f85a0 [7.2.x] Mitigate directory creation race condition
  • 08d0dd0 Merge pull request #10637 from pytest-dev/backport-10632-to-7.2.x
  • 405fd15 [7.2.x] Fix tests pygments 2.14.0
  • c16315f Merge pull request #10586 from nicoddemus/backport-10578
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.0 to 7.2.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.2.0...7.2.1)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jan 16, 2023
@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 16, 2023

Codecov Report

Merging #2531 (5be78c9) into master (fe19692) will increase coverage by 1.04%.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2531      +/-   ##
==========================================
+ Coverage   92.46%   93.50%   +1.04%     
==========================================
  Files         118      118              
  Lines       16327    16327              
  Branches     3156     3156              
==========================================
+ Hits        15096    15267     +171     
+ Misses       1103      955     -148     
+ Partials      128      105      -23     
Impacted Files Coverage Δ
trio/_core/_multierror.py 99.38% <0.00%> (-0.62%) ⬇️
trio/_core/_run.py 99.13% <0.00%> (+0.43%) ⬆️
trio/tests/test_subprocess.py 96.96% <0.00%> (+0.55%) ⬆️
trio/_socket.py 95.68% <0.00%> (+0.78%) ⬆️
trio/_core/tests/test_io.py 99.29% <0.00%> (+1.05%) ⬆️
trio/tests/test_socket.py 98.21% <0.00%> (+1.13%) ⬆️
trio/tests/test_threads.py 100.00% <0.00%> (+1.56%) ⬆️
trio/_highlevel_socket.py 98.19% <0.00%> (+1.80%) ⬆️
trio/tests/test_highlevel_open_tcp_stream.py 100.00% <0.00%> (+1.83%) ⬆️
trio/_subprocess.py 93.91% <0.00%> (+2.17%) ⬆️
... and 8 more

@A5rocks A5rocks merged commit 122e52a into master Jan 16, 2023
@dependabot dependabot Bot deleted the dependabot/pip/pytest-7.2.1 branch January 16, 2023 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant