From 324981d4dfe811a1c97f6e60f4f54f535a4a26b3 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 11 Apr 2025 21:59:42 -0700 Subject: [PATCH] ptest-packagelists-meta-python: Move pyasyncore to PTESTS_PROBLEMS_META_PYTHON There tests do not pass Signed-off-by: Khem Raj --- meta-python/conf/include/ptest-packagelists-meta-python.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc b/meta-python/conf/include/ptest-packagelists-meta-python.inc index caeb1ae6a3..05cf0332c8 100644 --- a/meta-python/conf/include/ptest-packagelists-meta-python.inc +++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc @@ -58,7 +58,6 @@ PTESTS_FAST_META_PYTHON = "\ python3-prettytable \ python3-propcache \ python3-pyais \ - python3-pyasyncore \ python3-pydantic \ python3-pydantic-core \ python3-pylint \ @@ -125,5 +124,6 @@ PTESTS_PROBLEMS_META_PYTHON = "\ python3-betamax \ python3-dnspython \ python3-fastjsonschema \ + python3-pyasyncore \ python3-pyzmq \ "