deleted file mode 100644
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-pytest --automake
@@ -8,9 +8,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d2379ecb0d7a8299101b1e4c160cd1f7"
SRC_URI[sha256sum] = "3cdbbf3fac90dc6f118bfd64384f309edeadd902d7c8fb17f02ffa1fc3f49690"
-inherit ptest pypi python_setuptools_build_meta
+inherit ptest-python-pytest pypi python_setuptools_build_meta
-SRC_URI += "file://run-ptest \
+SRC_URI += " \
file://0001-test_cli.py-disable.patch \
"
@@ -21,15 +21,8 @@ do_install:append() {
done
}
-do_install_ptest() {
- install -d ${D}${PTEST_PATH}/tests
- cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
-}
-
RDEPENDS:${PN}-ptest += "\
python3-compile \
- python3-pytest \
- python3-unittest-automake-output \
"
RDEPENDS:${PN} += "python3-core python3-ctypes python3-datetime python3-json python3-io python3-mmap python3-multiprocessing python3-netclient python3-pickle python3-pprint python3-shell"
Signed-off-by: Derek Straka <derek@asterius.io> --- .../python/python3-py-cpuinfo/run-ptest | 3 --- .../python/python3-py-cpuinfo_9.0.0.bb | 11 ++--------- 2 files changed, 2 insertions(+), 12 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-py-cpuinfo/run-ptest