diff mbox series

[meta-python,2/3] python3-yarl: add ptest into PTESTS_FAST_META_PYTHON items

Message ID 20240216152300.2587130-2-derek@asterius.io
State Accepted
Headers show
Series [meta-python,1/3] python3-appdirs: add ptest into PTESTS_FAST_META_PYTHON items | expand

Commit Message

Derek Straka Feb. 16, 2024, 3:22 p.m. UTC
Verified successful test run using bitbake meta-python-image-ptest-python3-yarl on qemu86-64

1106 passed, 5 xfailed in 22.83s.  xfailed tests are known failures upstream

Signed-off-by: Derek Straka <derek@asterius.io>
---
 meta-python/conf/include/ptest-packagelists-meta-python.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc b/meta-python/conf/include/ptest-packagelists-meta-python.inc
index a96009ab9..67e861ba8 100644
--- a/meta-python/conf/include/ptest-packagelists-meta-python.inc
+++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc
@@ -55,6 +55,7 @@  PTESTS_FAST_META_PYTHON = "\
     python3-uritemplate \
     python3-xmltodict \
     python3-xxhash \
+    python3-yarl \
 "
 
 PTESTS_SLOW_META_PYTHON = "\
@@ -86,5 +87,4 @@  PTESTS_PROBLEMS_META_PYTHON ="\
     python3-whoosh \
     python3-ujson \
     python3-xlrd \
-    python3-yarl \
 "