From 4030c2da9e4a8c33ef28d4057bc38b47bad2d1b4 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 4 Apr 2024 07:55:05 -0700 Subject: python3-pydantic-core: Enable benchmark tests Add missing dependencies for additional ptests Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-pydantic-core_2.16.3.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-pydantic-core_2.16.3.bb b/meta-python/recipes-devtools/python/python3-pydantic-core_2.16.3.bb index 2086091d6..40478cdbb 100644 --- a/meta-python/recipes-devtools/python/python3-pydantic-core_2.16.3.bb +++ b/meta-python/recipes-devtools/python/python3-pydantic-core_2.16.3.bb @@ -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 } -- cgit v1.2.3-54-g00ecf