diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-04-04 07:55:05 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-04-07 08:36:33 -0700 |
| commit | df323314f9025f0e87d304d571714363d054df3e (patch) | |
| tree | 6181ace5841a44b9d9f05ac718b8893ae173a400 /meta-python | |
| parent | ffdb7f2aaeb2cc644d9be258886447bd2b4091a7 (diff) | |
| download | meta-openembedded-df323314f9025f0e87d304d571714363d054df3e.tar.gz | |
python3-pydantic-core: Enable benchmark tests
Add missing dependencies for additional ptests
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pydantic-core_2.16.3.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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 2086091d63..40478cdbb6 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 += "\ | |||
| 30 | python3-hypothesis \ | 30 | python3-hypothesis \ |
| 31 | python3-pytest \ | 31 | python3-pytest \ |
| 32 | python3-pytest-mock \ | 32 | python3-pytest-mock \ |
| 33 | python3-pytest-timeout \ | ||
| 34 | python3-pytest-benchmark \ | ||
| 33 | python3-unittest-automake-output \ | 35 | python3-unittest-automake-output \ |
| 34 | " | 36 | " |
| 35 | 37 | ||
| @@ -46,5 +48,4 @@ do_install:append() { | |||
| 46 | 48 | ||
| 47 | do_install_ptest() { | 49 | do_install_ptest() { |
| 48 | cp -rf ${S}/tests/ ${D}${PTEST_PATH}/ | 50 | cp -rf ${S}/tests/ ${D}${PTEST_PATH}/ |
| 49 | rm -rf ${D}${PTEST_PATH}/tests/benchmarks | ||
| 50 | } | 51 | } |
