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 /meta-python/recipes-devtools/python/python3-pytest-lazy-fixture | |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pytest-lazy-fixture')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pytest-lazy-fixture/run-ptest | 3 |
1 files changed, 0 insertions, 3 deletions
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 | ||