diff options
| author | Tim Orling <ticotimo@gmail.com> | 2024-02-19 20:31:53 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-02-19 23:22:25 -0800 |
| commit | b26585720b7479ecab5f9b3d650740d60b322951 (patch) | |
| tree | 7ba60438208bb306c520ab7fa2dc68cbc9621d73 | |
| parent | af75d5b9ad62e24cb8e3d57c474b28728a6d8a42 (diff) | |
| download | meta-openembedded-b26585720b7479ecab5f9b3d650740d60b322951.tar.gz | |
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 <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
4 files changed, 1 insertions, 32 deletions
diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc b/meta-python/conf/include/ptest-packagelists-meta-python.inc index 9c1d6eeaf0..accce5391c 100644 --- a/meta-python/conf/include/ptest-packagelists-meta-python.inc +++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc | |||
| @@ -82,7 +82,6 @@ PTESTS_PROBLEMS_META_PYTHON ="\ | |||
| 82 | python3-parse \ | 82 | python3-parse \ |
| 83 | python3-pillow \ | 83 | python3-pillow \ |
| 84 | python3-pint \ | 84 | python3-pint \ |
| 85 | python3-pytest-lazy-fixture \ | ||
| 86 | python3-pyzmq \ | 85 | python3-pyzmq \ |
| 87 | python3-scrypt \ | 86 | python3-scrypt \ |
| 88 | python3-service-identity \ | 87 | python3-service-identity \ |
diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb index 41fce53274..eb5a264631 100644 --- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb +++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | |||
| @@ -348,7 +348,7 @@ RDEPENDS:packagegroup-meta-python3 = "\ | |||
| 348 | python3-pytest-forked \ | 348 | python3-pytest-forked \ |
| 349 | python3-pytest-helpers-namespace \ | 349 | python3-pytest-helpers-namespace \ |
| 350 | python3-pytest-html \ | 350 | python3-pytest-html \ |
| 351 | python3-pytest-lazy-fixture \ | 351 | python3-pytest-lazy-fixtures \ |
| 352 | python3-pytest-metadata \ | 352 | python3-pytest-metadata \ |
| 353 | python3-pytest-tempdir \ | 353 | python3-pytest-tempdir \ |
| 354 | python3-pytest-timeout \ | 354 | python3-pytest-timeout \ |
| @@ -507,7 +507,6 @@ RDEPENDS:packagegroup-meta-python3-ptest = "\ | |||
| 507 | python3-pyasn1-modules-ptest \ | 507 | python3-pyasn1-modules-ptest \ |
| 508 | python3-pyroute2-ptest \ | 508 | python3-pyroute2-ptest \ |
| 509 | python3-pyserial-ptest \ | 509 | python3-pyserial-ptest \ |
| 510 | python3-pytest-lazy-fixture-ptest \ | ||
| 511 | python3-pytoml-ptest \ | 510 | python3-pytoml-ptest \ |
| 512 | python3-pyzmq-ptest \ | 511 | python3-pyzmq-ptest \ |
| 513 | python3-requests-file-ptest \ | 512 | python3-requests-file-ptest \ |
diff --git a/meta-python/recipes-devtools/python/python3-pytest-lazy-fixture/run-ptest b/meta-python/recipes-devtools/python/python3-pytest-lazy-fixture/run-ptest deleted file mode 100644 index 8d2017d39c..0000000000 --- a/meta-python/recipes-devtools/python/python3-pytest-lazy-fixture/run-ptest +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | pytest --automake | ||
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 @@ | |||
| 1 | # Copyright (C) 2022 Wind River Systems | ||
| 2 | |||
| 3 | SUMMARY = "Use your fixtures in @pytest.mark.parametrize." | ||
| 4 | HOMEPAGE = "https://github.com/tvorog/pytest-lazy-fixture" | ||
| 5 | LICENSE = "MIT" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=aae6f2b7c9b3ced83e0b5bb42346d4dd" | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "0e7d0c7f74ba33e6e80905e9bfd81f9d15ef9a790de97993e34213deb5ad10ac" | ||
| 9 | |||
| 10 | SRC_URI += "file://run-ptest \ | ||
| 11 | " | ||
| 12 | |||
| 13 | |||
| 14 | inherit ptest pypi setuptools3 | ||
| 15 | |||
| 16 | do_install_ptest() { | ||
| 17 | install -d ${D}${PTEST_PATH}/tests | ||
| 18 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | ||
| 19 | } | ||
| 20 | |||
| 21 | |||
| 22 | RDEPENDS:${PN} += "python3-core python3-pytest" | ||
| 23 | RDEPENDS:${PN}-ptest = " \ | ||
| 24 | python3-unixadmin \ | ||
| 25 | python3-unittest-automake-output \ | ||
| 26 | " | ||
