diff options
| author | alperak <alperyasinak1@gmail.com> | 2024-04-12 12:33:43 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-04-14 08:38:42 -0700 |
| commit | 00266f542537869dc019730ac9041f8d98b5eb93 (patch) | |
| tree | ae45baaf555edeba7b1eb7518b2ff8d865a98287 /meta-python/conf/include/ptest-packagelists-meta-python.inc | |
| parent | 4e7573011de4326998bade336f6de608d76b4a36 (diff) | |
| download | meta-openembedded-00266f542537869dc019730ac9041f8d98b5eb93.tar.gz | |
python3-ecdsa: enable ptest and add missing runtime dependency
* Ptest and library example tested on qemux86-64 and qemuarm64
* Add ptest into PTESTS_SLOW_META_PYTHON
Ptest result:
=============
qemux86-64:
Testsuite summary
TOTAL: 1976
PASS: 1972
SKIP: 4
XFAIL: 0
FAIL: 0
XPASS: 0
ERROR: 0
DURATION: 292
END: /usr/lib/python3-ecdsa/ptest
2024-04-12T09:18
STOP: ptest-runner
TOTAL: 1 FAIL: 0
qemuarm64:
Testsuite summary
TOTAL: 1976
PASS: 1972
SKIP: 4
XFAIL: 0
FAIL: 0
XPASS: 0
ERROR: 0
DURATION: 236
END: /usr/lib/python3-ecdsa/ptest
2024-04-12T09:05
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 6bd48156dc..c54df50906 100644 --- a/meta-python/conf/include/ptest-packagelists-meta-python.inc +++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc | |||
| @@ -87,6 +87,7 @@ PTESTS_FAST_META_PYTHON = "\ | |||
| 87 | 87 | ||
| 88 | PTESTS_SLOW_META_PYTHON = "\ | 88 | PTESTS_SLOW_META_PYTHON = "\ |
| 89 | python3-arrow \ | 89 | python3-arrow \ |
| 90 | python3-ecdsa \ | ||
| 90 | python3-google-auth \ | 91 | python3-google-auth \ |
| 91 | python3-lz4 \ | 92 | python3-lz4 \ |
| 92 | python3-marshmallow \ | 93 | python3-marshmallow \ |
