Bump pytest from 6.1.2 to 7.2.1
Bumps pytest from 6.1.2 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.
7.2.0
pytest 7.2.0 (2022-10-23)
Deprecations
#10012: Update
pytest.PytestUnhandledCoroutineWarning{.interpreted-text role="class"} to a deprecation; it will raise an error in pytest 8.#10396: pytest no longer depends on the
pylibrary.pytestprovides a vendored copy ofpy.errorandpy.pathmodules but will use thepylibrary if it is installed. If you need otherpy.*modules, continue to install the deprecatedpylibrary separately, otherwise it can usually be removed as a dependency.#4562: Deprecate configuring hook specs/impls using attributes/marks.
Instead use :py
pytest.hookimpl{.interpreted-text role="func"} and :pypytest.hookspec{.interpreted-text role="func"}. For more details, see thedocs <legacy-path-hooks-deprecated>{.interpreted-text role="ref"}.#9886: The functionality for running tests written for
nosehas been officially deprecated.This includes:
- Plain
setupandteardownfunctions and methods: this might catch users by surprise, assetup()andteardown()are not pytest idioms, but part of thenosesupport.- Setup/teardown using the
@with_setupdecorator.For more details, consult the
deprecation docs <nose-deprecation>{.interpreted-text role="ref"}.Features
- #9897: Added shell-style wildcard support to
testpaths.Improvements
#10218:
@pytest.mark.parametrize()(and similar functions) now accepts anySequence[str]for the argument names, instead of justlist[str]andtuple[str, ...].(Note that
str, which is itself aSequence[str], is still treated as a comma-delimited name list, as before).
... (truncated)
Commits
1ae778fPrepare release version 7.2.1cb07711Merge pull request #10656 from pytest-dev/backport-10641-to-7.2.x9440702Merge pull request #10657 from pytest-dev/backport-10640-to-7.2.xe8055c1[7.2.x] Fix regen tox environmentf22fbbf[7.2.x] Dont update cache from xdist worker211d08eMerge pull request #10638 from pytest-dev/backport-10607-to-7.2.xa6f85a0[7.2.x] Mitigate directory creation race condition08d0dd0Merge pull request #10637 from pytest-dev/backport-10632-to-7.2.x405fd15[7.2.x] Fix tests pygments 2.14.0c16315fMerge pull request #10586 from nicoddemus/backport-10578- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
The following labels could not be found: type: maintenance.