From 6eacd028544602fcb4f458c72c317cd815106b33 Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Sat, 25 Oct 2025 22:36:59 +0200 Subject: python3-pyasyncore: fix ptests The tests are using only Python's unittest module, not pytest - so adapt the run-ptest script to invoke unittest instead pytest. Signed-off-by: Gyorgy Sarvari Signed-off-by: Khem Raj --- meta-python/conf/include/ptest-packagelists-meta-python.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/conf/include/ptest-packagelists-meta-python.inc') diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc b/meta-python/conf/include/ptest-packagelists-meta-python.inc index 0f56c3e300..f0411f269f 100644 --- a/meta-python/conf/include/ptest-packagelists-meta-python.inc +++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc @@ -69,6 +69,7 @@ PTESTS_FAST_META_PYTHON = "\ python3-ptyprocess \ python3-py-cpuinfo \ python3-pyasn1-modules \ + python3-pyasyncore \ python3-pyroute2 \ python3-pyserial \ python3-pytest-mock \ @@ -128,5 +129,4 @@ PTESTS_SLOW_META_PYTHON = "\ " PTESTS_PROBLEMS_META_PYTHON = "\ - python3-pyasyncore \ " -- cgit v1.2.3-54-g00ecf