Skip to content

Bump pytest from 7.2.0 to 7.2.1

HIFIS Bot requested to merge dependabot-pip-pytest-7.2.1 into main

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 commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports