Bump pytest from 7.4.0 to 7.4.1
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