diff options
author | alperak <alperyasinak1@gmail.com> | 2024-04-16 23:05:46 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-04-21 10:52:41 -0700 |
commit | e3545841667d0f86c45cb2cea6bfbf3639ebe595 (patch) | |
tree | ce0bc7bdb4b75e2e29de4f8a12002624e9e13cfe /meta-python | |
parent | 85612628ba79f739273fd39e046abe64d16cdafa (diff) | |
download | meta-openembedded-e3545841667d0f86c45cb2cea6bfbf3639ebe595.tar.gz |
python3-scrypt: Move from PTESTS_PROBLEMS_META_PYTHON to PTESTS_SLOW_META_PYTHON
There are no test failures when the image is created with "bitbake meta-python-image-ptest-python3-scrypt".
qemux86-64:
Testsuite summary
TOTAL: 45
PASS: 45
SKIP: 0
XFAIL: 0
FAIL: 0
XPASS: 0
ERROR: 0
DURATION: 55
END: /usr/lib/python3-scrypt/ptest
2024-04-16T19:15
STOP: ptest-runner
TOTAL: 1 FAIL: 0
qemuarm64:
Testsuite summary
TOTAL: 45
PASS: 45
SKIP: 0
XFAIL: 0
FAIL: 0
XPASS: 0
ERROR: 0
DURATION: 41
END: /usr/lib/python3-scrypt/ptest
2024-04-16T19:20
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')
-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 c54df50906..e07aaf3c0c 100644 --- a/meta-python/conf/include/ptest-packagelists-meta-python.inc +++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc | |||
@@ -93,6 +93,7 @@ PTESTS_SLOW_META_PYTHON = "\ | |||
93 | python3-marshmallow \ | 93 | python3-marshmallow \ |
94 | python3-pillow \ | 94 | python3-pillow \ |
95 | python3-pytest-localserver \ | 95 | python3-pytest-localserver \ |
96 | python3-scrypt \ | ||
96 | python3-traitlets \ | 97 | python3-traitlets \ |
97 | python3-yappi \ | 98 | python3-yappi \ |
98 | " | 99 | " |
@@ -103,6 +104,5 @@ PTESTS_PROBLEMS_META_PYTHON ="\ | |||
103 | python3-fastjsonschema \ | 104 | python3-fastjsonschema \ |
104 | python3-pint \ | 105 | python3-pint \ |
105 | python3-pyzmq \ | 106 | python3-pyzmq \ |
106 | python3-scrypt \ | ||
107 | python3-whoosh \ | 107 | python3-whoosh \ |
108 | " | 108 | " |