Patrick Williams | 2390b1b | 2022-11-03 13:47:49 -0500 | [diff] [blame] | 1 | SUMMARY = "pytest-json-report is a plugin that creates test reports as JSON" |
| 2 | HOMEPAGE = "https://github.com/numirias/pytest-json-report" |
| 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8b4ca2f2ad5aaaebd8eb24f262f8fe60" |
| 5 | |
| 6 | SRC_URI[sha256sum] = "2dde3c647851a19b5f3700729e8310a6e66efb2077d674f27ddea3d34dc615de" |
| 7 | |
| 8 | PYPI_PACKAGE = "pytest-json-report" |
| 9 | |
| 10 | inherit pypi setuptools3 |
| 11 | |
Patrick Williams | 3965356 | 2024-03-01 08:54:02 -0600 | [diff] [blame] | 12 | DEPENDS += "python3-setuptools-scm-native" |
Patrick Williams | 2390b1b | 2022-11-03 13:47:49 -0500 | [diff] [blame] | 13 | |
| 14 | RDEPENDS:${PN} = "\ |
Patrick Williams | 3965356 | 2024-03-01 08:54:02 -0600 | [diff] [blame] | 15 | python3-pytest \ |
| 16 | python3-pytest-metadata \ |
Patrick Williams | 2390b1b | 2022-11-03 13:47:49 -0500 | [diff] [blame] | 17 | " |
| 18 | |