python3-pydantic-core: Enable benchmark tests

Add missing dependencies for additional ptests

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2024-04-04 07:55:05 -07:00
parent ffdb7f2aae
commit df323314f9

View File

@@ -30,6 +30,8 @@ RDEPENDS:${PN}-ptest += "\
python3-hypothesis \
python3-pytest \
python3-pytest-mock \
python3-pytest-timeout \
python3-pytest-benchmark \
python3-unittest-automake-output \
"
@@ -46,5 +48,4 @@ do_install:append() {
do_install_ptest() {
cp -rf ${S}/tests/ ${D}${PTEST_PATH}/
rm -rf ${D}${PTEST_PATH}/tests/benchmarks
}