diff options
| author | alperak <alperyasinak1@gmail.com> | 2024-04-11 14:23:18 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-04-14 08:38:41 -0700 |
| commit | 30bef15c15c79476229d06179b181c5e7ae90348 (patch) | |
| tree | 96e18ff38d3b1eb75f187b01b17702d72d492948 /meta-python/conf/include/ptest-packagelists-meta-python.inc | |
| parent | 7bd196cbf591244c40854e1eae4c5c751a423675 (diff) | |
| download | meta-openembedded-30bef15c15c79476229d06179b181c5e7ae90348.tar.gz | |
python3-flexparser: enable ptest and add missing runtime dependencies
* Ptest and library example tested on qemux86-64 and qemuarm64
* Add ptest into PTESTS_FAST_META_PYTHON
Ptest result:
=============
qemux86-64:
Testsuite summary
TOTAL: 59
PASS: 59
SKIP: 0
XFAIL: 0
FAIL: 0
XPASS: 0
ERROR: 0
DURATION: 12
END: /usr/lib/python3-flexparser/ptest
2024-04-11T11:06
STOP: ptest-runner
TOTAL: 1 FAIL: 0
qemuarm64:
Testsuite summary
TOTAL: 59
PASS: 59
SKIP: 0
XFAIL: 0
FAIL: 0
XPASS: 0
ERROR: 0
DURATION: 11
END: /usr/lib/python3-flexparser/ptest
2024-04-11T11:09
STOP: ptest-runner
TOTAL: 1 FAIL: 0
Signed-off-by: alperak <alperyasinak1@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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc b/meta-python/conf/include/ptest-packagelists-meta-python.inc index acb09aacad..6bd48156dc 100644 --- a/meta-python/conf/include/ptest-packagelists-meta-python.inc +++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc | |||
| @@ -20,6 +20,7 @@ PTESTS_FAST_META_PYTHON = "\ | |||
| 20 | python3-dominate \ | 20 | python3-dominate \ |
| 21 | python3-execnet \ | 21 | python3-execnet \ |
| 22 | python3-flexcache \ | 22 | python3-flexcache \ |
| 23 | python3-flexparser \ | ||
| 23 | python3-freezegun \ | 24 | python3-freezegun \ |
| 24 | python3-geojson \ | 25 | python3-geojson \ |
| 25 | python3-google-auth-oauthlib \ | 26 | python3-google-auth-oauthlib \ |
