chore(deps): update dependency pytest to v7.4.1
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
pytest (source, changelog) |
7.4.0 -> 7.4.1
|
Release Notes
pytest-dev/pytest (pytest)
v7.4.1
: 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.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.