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:
Derek Straka 2024-02-16 15:22:58 +00:00 committed by Khem Raj
parent 6be4e223cb
commit 2af10b7351
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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 \