summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-coverage_7.3.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-coverage: upgrade 7.3.1 -> 7.3.2Wang Mingyu2023-10-301-0/+20
Changelog: ============ -The coverage lcov command ignored the [report] exclude_lines and [report] exclude_also settings (issue 1684). -Fix error that SQLite will create journal files alongside the coverage.py database files. -On Python 3.12+, we now disable SQLite writing journal files, which should be a little faster. -The new 3.12 soft keyword type is properly bolded in HTML reports. -Removed the "fullcoverage" feature used by CPython to measure the coverage of early-imported standard library modules. CPython stopped using it in 2021, and it stopped working completely in Python 3.13. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 2d312617f570a4d1fe0a572c00aba3dbdbfb737a) Signed-off-by: Armin Kuster <akuster808@gmail.com>