summaryrefslogtreecommitdiffstats
path: root/meta-python/conf/include/ptest-packagelists-meta-python.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-01-20 22:05:20 -0800
committerKhem Raj <raj.khem@gmail.com>2024-01-21 12:37:12 -0800
commit9953ca1ac0bf5747aaa664d25a6c06f7f0ad2446 (patch)
tree1ae7389aee5182102ee3a9c83690e4b879dd320d /meta-python/conf/include/ptest-packagelists-meta-python.inc
parent919cfc554ad0884738b9fb1e25c2699ed5c63f3e (diff)
downloadmeta-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/conf/include/ptest-packagelists-meta-python.inc')
-rw-r--r--meta-python/conf/include/ptest-packagelists-meta-python.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc b/meta-python/conf/include/ptest-packagelists-meta-python.inc
index 2c75d511b..44507b394 100644
--- a/meta-python/conf/include/ptest-packagelists-meta-python.inc
+++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc
@@ -22,6 +22,7 @@ PTESTS_FAST_META_PYTHON = "\
22 python3-intervals \ 22 python3-intervals \
23 python3-ipy \ 23 python3-ipy \
24 python3-iso3166 \ 24 python3-iso3166 \
25 python3-multidict \
25 python3-parse-type \ 26 python3-parse-type \
26 python3-platformdirs \ 27 python3-platformdirs \
27 python3-polyline \ 28 python3-polyline \
@@ -71,7 +72,6 @@ PTESTS_PROBLEMS_META_PYTHON ="\
71 python3-jsmin \ 72 python3-jsmin \
72 python3-license-expression \ 73 python3-license-expression \
73 python3-msgpack \ 74 python3-msgpack \
74 python3-multidict \
75 python3-ordered-set \ 75 python3-ordered-set \
76 python3-parse \ 76 python3-parse \
77 python3-pillow \ 77 python3-pillow \