Bump pytest from 7.4.0 to 7.4.1
Created by: dependabot[bot]
Bumps pytest from 7.4.0 to 7.4.1.
Release notes
Sourced from pytest's releases.
pytest 7.4.1 (2023-09-02)
Bug Fixes
#10337: Fixed bug where fake intermediate modules generated by
--import-mode=importlib
would not include the child modules as attributes of the parent modules.#10702: Fixed error assertion handling in
pytest.approx
whenNone
is an expected or received value when comparing dictionaries.#10811: Fixed issue when using
--import-mode=importlib
together with--doctest-modules
that caused modules to be imported more than once, causing problems with modules that have import side effects.
Commits
-
7855a72
Improve CI workflow -
7a0a0e8
Prepare release version 7.4.1 -
fbcfd3a
[7.4.x] Update CONTRIBUTING.rst (#11371) -
b170081
[7.4.x] Issue 11354 fixing docs for lfnf (#11364) -
7a5f2fe
[7.4.x] Fixes for typed pluggy (#11355) -
6914071
[7.4.x] Improve duplicate values documentation (#11296) -
5c7c3f6
Merge pull request #11294 from The-Compiler/pluggy-py38 -
ba40975
ci: Use Python 3.8 to test latest pluggy -
e3fe728
[7.4.x] doc: Link pytest.main to how-to guide (#11290) -
34c7394
[7.4.x] doc: update information about assertion messages (#11286) - 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 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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@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)