⬆ Bump pytest from 7.4.0 to 7.4.2
Created by: dependabot[bot]
Bumps pytest from 7.4.0 to 7.4.2.
Release notes
Sourced from pytest's releases.
pytest 7.4.2 (2023-09-07)
Bug Fixes
#11237: Fix doctest collection of
functools.cached_propertyobjects.#11306: Fixed bug using
--importmode=importlibwhich would cause package__init__.pyfiles to be imported more than once in some cases.#11367: Fixed bug where
user_propertieswhere not being saved in the JUnit XML file if a fixture failed during teardown.#11394: Fixed crash when parsing long command line arguments that might be interpreted as files.
Improved Documentation
- #11391: Improved disclaimer on pytest plugin reference page to better indicate this is an automated, non-curated listing.
pytest 7.4.1 (2023-09-02)
Bug Fixes
#10337: Fixed bug where fake intermediate modules generated by
--import-mode=importlibwould not include the child modules as attributes of the parent modules.#10702: Fixed error assertion handling in
pytest.approxwhenNoneis an expected or received value when comparing dictionaries.#10811: Fixed issue when using
--import-mode=importlibtogether with--doctest-modulesthat caused modules to be imported more than once, causing problems with modules that have import side effects.
Commits
-
45f34dfPrepare release version 7.4.2 -
e4f022fMerge pull request #11406 from nicoddemus/backport-11404-to-7.4.x -
63b0c6fUse _pytest.pathlib.safe_exists in get_dirs_from_args -
884b911Fix crash when passing a very long cmdline argument (#11404) -
6e49a74[7.4.x] Fix doctest collection offunctools.cached_propertyobjects. (#11403) -
79c2012[7.4.x] doc: Remove done training (#11400) -
de69883[7.4.x] improve plugin list disclaimer (#11398) -
1de00e9[7.4.x] Fix import_path for packages (#11395) -
7f5d9b9Fix user_properties not saved to XML if fixture errors during teardown (#11382) -
82eb86fMerge pull request #11377 from pytest-dev/release-7.4.1 - 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@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)