From 996bfa2f914aeaa6f6251b5b52b766b12773c6e8 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Tue, 15 Mar 2022 08:55:57 -0700 Subject: python3-pytest-subtests: move to oe-core This recipe has been moved to oe-core in support of python3-cryptography. Signed-off-by: Tim Orling Signed-off-by: Khem Raj Signed-off-by: tgamblin --- .../python/python3-pytest-subtests_0.6.0.bb | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pytest-subtests_0.6.0.bb (limited to 'meta-python/recipes-devtools/python/python3-pytest-subtests_0.6.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-pytest-subtests_0.6.0.bb b/meta-python/recipes-devtools/python/python3-pytest-subtests_0.6.0.bb deleted file mode 100644 index 5e4847b8d9..0000000000 --- a/meta-python/recipes-devtools/python/python3-pytest-subtests_0.6.0.bb +++ /dev/null @@ -1,20 +0,0 @@ -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] = "3ebd306a8dcf75133f1742f288c82f36426ebcf8a132d4ee89782d20e84fc13a" - -inherit pypi setuptools3 - -DEPENDS += "${PYTHON_PN}-setuptools-scm-native" - -RDEPENDS:${PN} += " \ - ${PYTHON_PN}-pytest \ -" - -BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf