summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-pytest_7.4.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pytest: upgrade 7.4.1 -> 7.4.2Wang Mingyu2023-09-141-0/+41
Changelog: ========== Bug Fixes ---------- -Fix doctest collection of functools.cached_property objects. -Fixed bug using --importmode=importlib which would cause package __init__.py files to be imported more than once in some cases. -Fixed bug where user_properties where not being saved in the JUnit XML file if a fixture failed during teardown. -Fixed crash when parsing long command line arguments that might be interpreted as files. Improved Documentation ---------------------- -Improved disclaimer on pytest plugin reference page to better indicate this is an automated, non-curated listing. (From OE-Core rev: 2b1d8d27790eebcb44df73cbbc64f8abac14e8d7) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>