Update dependency pytest to v7.4.4
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| pytest (changelog) | ==7.4.0 -> ==7.4.4 |
Release Notes
pytest-dev/pytest (pytest)
v7.4.4: 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
--junitxmlwith--junit-xmland--collectonlywith--collect-only.
v7.4.3: pytest 7.4.3 (2023-10-24)
Bug Fixes
-
#โ10447: Markers are now considered in the reverse mro order to ensure base class markers are considered first -- this resolves a regression.
-
#โ11239: Fixed
:=in asserts impacting unrelated test cases. -
#โ11439: Handled an edge case where :data:
sys.stderrmight already be closed when :ref:faulthandleris tearing down.
v7.4.2: pytest 7.4.2 (2023-09-07)
Bug Fixes
-
#โ11237: Fix doctest collection of
functools.cached_propertyobjects. -
#โ11306: Fixed bug using
--importmode=importlibwhich would cause package__init__.pyfiles to be imported more than once in some cases. -
#โ11367: Fixed bug where
user_propertieswhere not being saved in the JUnit XML file if a fixture failed during teardown. -
#โ11394: Fixed crash when parsing long command line arguments that might be interpreted as files.
Improved Documentation
- #โ11391: Improved disclaimer on pytest plugin reference page to better indicate this is an automated, non-curated listing.
v7.4.1: pytest 7.4.1 (2023-09-02)
Bug Fixes
-
#โ10337: Fixed bug where fake intermediate modules generated by
--import-mode=importlibwould not include the child modules as attributes of the parent modules. -
#โ10702: Fixed error assertion handling in
pytest.approxwhenNoneis an expected or received value when comparing dictionaries. -
#โ10811: Fixed issue when using
--import-mode=importlibtogether with--doctest-modulesthat caused modules to be imported more than once, causing problems with modules that have import side effects.
Configuration
๐ Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
๐ฆ Automerge: Disabled by config. Please merge this manually once you are satisfied.
โป Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
๐ Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
No data about Coverage
No data about Duplication