mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
python3-appdirs: add ptest into PTESTS_FAST_META_PYTHON items
Verified successful test run using bitbake meta-python-image-ptest-python3-appdirs on qemu86-64 root@qemux86-64:/usr/lib/python3-appdirs/ptest# ./run-ptest ============================= test session starts ============================== platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0 rootdir: /usr/lib/python3-appdirs/ptest collected 3 items PASS: test/test_api.py::Test_AppDir::test_dirs PASS: test/test_api.py::Test_AppDir::test_helpers PASS: test/test_api.py::Test_AppDir::test_metadata ============================== 3 passed in 0.19s =============================== Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
6be4e223cb
commit
2af10b7351
|
|
@ -7,6 +7,7 @@
|
|||
#
|
||||
# ptests which take less than ~30s each
|
||||
PTESTS_FAST_META_PYTHON = "\
|
||||
python3-appdirs \
|
||||
python3-ansicolors \
|
||||
python3-asgiref \
|
||||
python3-aspectlib \
|
||||
|
|
@ -62,7 +63,6 @@ PTESTS_SLOW_META_PYTHON = "\
|
|||
"
|
||||
|
||||
PTESTS_PROBLEMS_META_PYTHON ="\
|
||||
python3-appdirs \
|
||||
python3-betamax \
|
||||
python3-dnspython \
|
||||
python3-fastjsonschema \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user