mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 17:23:14 +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:
parent
11c7659ecc
commit
4030c2da9e
@ -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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user