mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-10 16:40:03 +00:00
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 <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -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 \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user