mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-17 22:48:28 +00:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user