| 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] = "cb495bde05551b784b8f0b8adfaa27edb4131469a27c339b80fd8d6ba33f887c" |
| |
| PYPI_PACKAGE = "pytest_subtests" |
| |
| inherit pypi python_setuptools_build_meta |
| |
| DEPENDS += "python3-setuptools-scm-native" |
| |
| RDEPENDS:${PN} += " \ |
| python3-attrs \ |
| python3-pytest \ |
| " |
| |
| BBCLASSEXTEND = "native nativesdk" |