diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-01-27 17:43:36 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-01-30 23:59:09 -0800 |
| commit | ccc5fd9e788c37de5947d480470b665c7a7107ef (patch) | |
| tree | 835ba6397ca536e3a9fa5ae4fcf35363f232bb11 /meta-python/recipes-devtools/python/python3-pytest-html_4.2.0.bb | |
| parent | e86ca5c5442e1927f06559ca2be140794c523df0 (diff) | |
| download | meta-openembedded-ccc5fd9e788c37de5947d480470b665c7a7107ef.tar.gz | |
python3-pytest-html: upgrade 4.1.1 -> 4.2.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pytest-html_4.2.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pytest-html_4.2.0.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pytest-html_4.2.0.bb b/meta-python/recipes-devtools/python/python3-pytest-html_4.2.0.bb new file mode 100644 index 0000000000..ea760ff29a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pytest-html_4.2.0.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | DESCRIPTION = "pytest plugin for generating html reports from test results" | ||
| 2 | DEPENDS += "python3-setuptools-scm-native" | ||
| 3 | |||
| 4 | LICENSE = "MPL-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5d425c8f3157dbf212db2ec53d9e5132" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "b6a88cba507500d8709959201e2e757d3941e859fd17cfd4ed87b16fc0c67912" | ||
| 8 | |||
| 9 | PYPI_PACKAGE = "pytest_html" | ||
| 10 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
| 11 | |||
| 12 | inherit pypi python_hatchling | ||
| 13 | |||
| 14 | DEPENDS += "\ | ||
| 15 | python3-hatch-vcs-native \ | ||
| 16 | " | ||
| 17 | |||
| 18 | RDEPENDS:${PN} += " \ | ||
| 19 | python3-jinja2 \ | ||
| 20 | python3-pytest \ | ||
| 21 | python3-pytest-metadata \ | ||
| 22 | " | ||
| 23 | |||
| 24 | BBCLASSEXTEND = "native nativesdk" | ||
