Bump pytest from 7.4.3 to 7.4.4
Bumps pytest from 7.4.3 to 7.4.4.
Release notes
Sourced from pytest's releases.
pytest 7.4.4 (2023-12-31)
Bug Fixes
- #11140: Fix non-string constants at the top of file being detected as docstrings on Python>=3.8.
- #11572: Handle an edge case where
sys.stderr
{.interpreted-text role="data"} andsys.__stderr__
{.interpreted-text role="data"} might already be closed whenfaulthandler
{.interpreted-text role="ref"} is tearing down.- #11710: Fixed tracebacks from collection errors not getting pruned.
- #7966: Removed unhelpful error message from assertion rewrite mechanism when exceptions are raised in
__iter__
methods. Now they are treated un-iterable instead.Improved Documentation
- #11091: Updated documentation to refer to hyphenated options: replaced
--junitxml
with--junit-xml
and--collectonly
with--collect-only
.
Commits
-
33f694f
Prepare release version 7.4.4 -
76c107c
Merge pull request #11751 from bluetech/backport-11143-to-7.4.x -
531d76d
[7.4.x] Improve reporting from iter exceptions (#11749) -
a0f58fa
Merge pull request #11143 from tushar-deepsource/patch-1 -
b1f3387
[7.4.x] #11091: documentation should use hypthonated properties (#11750) -
2cdd619
Merge pull request #11747 from pytest-dev/backport-11711-to-7.4.x -
d06c05b
[7.4.x] nodes: fix tracebacks from collection errors are not getting pruned -
5582bfc
[7.4.x] Improves clarity in Sphinx documentation for function signature. (#11... -
13024ef
[7.4.x] Fix for operation on closed file in faulthandler teardown (#11631) -
a40dacf
[7.4.x] XFAIL TestLocalPath.test_make_numbered_dir_multiprocess_safe (#11616) - Additional commits viewable in compare view