diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-10-25 22:36:59 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-25 14:20:38 -0700 |
| commit | 6eacd028544602fcb4f458c72c317cd815106b33 (patch) | |
| tree | 1a1abcc62c0ac1a0d27a9ba794705c3b1b37bef7 /meta-python/conf/include/ptest-packagelists-meta-python.inc | |
| parent | 8fa97bdc1fda46a3bed78c034fae73f24dbbb77f (diff) | |
| download | meta-openembedded-6eacd028544602fcb4f458c72c317cd815106b33.tar.gz | |
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>
Diffstat (limited to 'meta-python/conf/include/ptest-packagelists-meta-python.inc')
| -rw-r--r-- | meta-python/conf/include/ptest-packagelists-meta-python.inc | 2 |
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 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 = "\ | |||
| 69 | python3-ptyprocess \ | 69 | python3-ptyprocess \ |
| 70 | python3-py-cpuinfo \ | 70 | python3-py-cpuinfo \ |
| 71 | python3-pyasn1-modules \ | 71 | python3-pyasn1-modules \ |
| 72 | python3-pyasyncore \ | ||
| 72 | python3-pyroute2 \ | 73 | python3-pyroute2 \ |
| 73 | python3-pyserial \ | 74 | python3-pyserial \ |
| 74 | python3-pytest-mock \ | 75 | python3-pytest-mock \ |
| @@ -128,5 +129,4 @@ PTESTS_SLOW_META_PYTHON = "\ | |||
| 128 | " | 129 | " |
| 129 | 130 | ||
| 130 | PTESTS_PROBLEMS_META_PYTHON = "\ | 131 | PTESTS_PROBLEMS_META_PYTHON = "\ |
| 131 | python3-pyasyncore \ | ||
| 132 | " | 132 | " |
