SUMMARY = "unittest subTest() support and subtests fixture." DESCRIPTION = "Adds support for TestCase.subTest.\ New subtests fixture, providing similar functionality for pure pytest tests." HOMEPAGE = "https://github.com/pytest-dev/pytest-subtests" BUGTRACKER = "https://github.com/pytest-dev/pytest-subtests/issues" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=242b4e17fa287dcf7aef372f6bc3dcb1" SRC_URI[sha256sum] = "7154a8665fd528ee70a76d00216a44d139dc3c9c83521a0f779f7b0ad4f800de" PYPI_PACKAGE = "pytest_subtests" UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi python_setuptools_build_meta DEPENDS += "python3-setuptools-scm-native" RDEPENDS:${PN} += " \ python3-attrs \ python3-pytest \ " BBCLASSEXTEND = "native nativesdk"