Skip to content

Bump pytest from 7.4.0 to 7.4.1

HIFIS Bot requested to merge dependabot-pip-pytest-7.4.1 into main

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 when None 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

Merge request reports