From b26585720b7479ecab5f9b3d650740d60b322951 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Mon, 19 Feb 2024 20:31:53 -0800 Subject: python3-pytest-lazy-fixture: drop recipe This recipe is no longer maintained (since 2020) and is not compliant with python3-pytest_8.0.0+. The only dependency in meta-python was the old version of python3-prettytable-ptest, which now RDEPENDS upon python3-pytest-lazy-fixtures (with the s). * Drop the recipe * Drop it from packagegroup-meta-python * Drop it from PTEST_PROBLEMS in ptest-packagelists-meta-python.inc Signed-off-by: Tim Orling Signed-off-by: Khem Raj --- .../python/python3-pytest-lazy-fixture_0.6.3.bb | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pytest-lazy-fixture_0.6.3.bb (limited to 'meta-python/recipes-devtools/python/python3-pytest-lazy-fixture_0.6.3.bb') diff --git a/meta-python/recipes-devtools/python/python3-pytest-lazy-fixture_0.6.3.bb b/meta-python/recipes-devtools/python/python3-pytest-lazy-fixture_0.6.3.bb deleted file mode 100644 index 9c50528fb0..0000000000 --- a/meta-python/recipes-devtools/python/python3-pytest-lazy-fixture_0.6.3.bb +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright (C) 2022 Wind River Systems - -SUMMARY = "Use your fixtures in @pytest.mark.parametrize." -HOMEPAGE = "https://github.com/tvorog/pytest-lazy-fixture" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=aae6f2b7c9b3ced83e0b5bb42346d4dd" - -SRC_URI[sha256sum] = "0e7d0c7f74ba33e6e80905e9bfd81f9d15ef9a790de97993e34213deb5ad10ac" - -SRC_URI += "file://run-ptest \ - " - - -inherit ptest pypi setuptools3 - -do_install_ptest() { - install -d ${D}${PTEST_PATH}/tests - cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ -} - - -RDEPENDS:${PN} += "python3-core python3-pytest" -RDEPENDS:${PN}-ptest = " \ - python3-unixadmin \ - python3-unittest-automake-output \ - " -- cgit v1.2.3-54-g00ecf