diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-01-20 22:05:20 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-01-21 12:37:12 -0800 |
| commit | 9953ca1ac0bf5747aaa664d25a6c06f7f0ad2446 (patch) | |
| tree | 1ae7389aee5182102ee3a9c83690e4b879dd320d /meta-python/recipes-devtools/python/python3-multidict_6.0.4.bb | |
| parent | 919cfc554ad0884738b9fb1e25c2699ed5c63f3e (diff) | |
| download | meta-openembedded-9953ca1ac0bf5747aaa664d25a6c06f7f0ad2446.tar.gz | |
python3-multidict: Fix running ptests
Add missing runtime dependency on pytest-cov
and move the test to PTESTS_FAST_META_PYTHON since it takes < 20 seconds
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-multidict_6.0.4.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-multidict_6.0.4.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-multidict_6.0.4.bb b/meta-python/recipes-devtools/python/python3-multidict_6.0.4.bb index 23d3eb3155..b057e05f65 100644 --- a/meta-python/recipes-devtools/python/python3-multidict_6.0.4.bb +++ b/meta-python/recipes-devtools/python/python3-multidict_6.0.4.bb | |||
| @@ -19,6 +19,7 @@ SRC_URI += " \ | |||
| 19 | 19 | ||
| 20 | RDEPENDS:${PN}-ptest += " \ | 20 | RDEPENDS:${PN}-ptest += " \ |
| 21 | ${PYTHON_PN}-pytest \ | 21 | ${PYTHON_PN}-pytest \ |
| 22 | ${PYTHON_PN}-pytest-cov \ | ||
| 22 | " | 23 | " |
| 23 | 24 | ||
| 24 | do_install_ptest() { | 25 | do_install_ptest() { |
