blob: 6bd48156dc55a34bbc7b47552ad03655f6c92762 [file] [log] [blame]
Patrick Williams8e7b46e2023-05-01 14:19:06 -05001#
2# Lists of the ptest in meta-python, sorted into two sets by the time they take
3# Please keep these sorted in alphabetical order
4#
5# A first pass at getting all meta-python recipes which inherit ptest
6# meta_python_ptest_recipes=$(bitbake-layers show-recipes --recipes-only --layer meta-python --inherits ptest --bare | tr '\n' ' ' | pcregrep -o1 '^NOTE:.+===(.+)$')
7#
8# ptests which take less than ~30s each
9PTESTS_FAST_META_PYTHON = "\
Patrick Williams03514f12024-04-05 07:04:11 -050010 python3-a2wsgi \
Patrick Williams73bd93f2024-02-20 08:07:48 -060011 python3-appdirs \
Patrick Williams8e7b46e2023-05-01 14:19:06 -050012 python3-ansicolors \
13 python3-asgiref \
14 python3-aspectlib \
Patrick Williams44b3caf2024-04-12 16:51:14 -050015 python3-bleak \
Patrick Williams8e7b46e2023-05-01 14:19:06 -050016 python3-blinker \
17 python3-cachetools \
18 python3-cbor2 \
19 python3-click \
20 python3-dominate \
21 python3-execnet \
Patrick Williams44b3caf2024-04-12 16:51:14 -050022 python3-flexcache \
23 python3-flexparser \
Patrick Williamsb58112e2024-03-07 11:16:36 -060024 python3-freezegun \
Patrick Williams8e7b46e2023-05-01 14:19:06 -050025 python3-geojson \
Patrick Williams03514f12024-04-05 07:04:11 -050026 python3-google-auth-oauthlib \
Patrick Williamsb58112e2024-03-07 11:16:36 -060027 python3-gpiod \
Patrick Williams39653562024-03-01 08:54:02 -060028 python3-gunicorn \
Patrick Williams8e7b46e2023-05-01 14:19:06 -050029 python3-html2text \
Patrick Williams03514f12024-04-05 07:04:11 -050030 python3-httptools \
Patrick Williams8e7b46e2023-05-01 14:19:06 -050031 python3-inflection \
Patrick Williams39653562024-03-01 08:54:02 -060032 python3-inotify \
Patrick Williams8e7b46e2023-05-01 14:19:06 -050033 python3-intervals \
34 python3-ipy \
35 python3-iso3166 \
Patrick Williams39653562024-03-01 08:54:02 -060036 python3-jdcal \
37 python3-jsmin \
38 python3-msgpack \
Patrick Williamsf52e3dd2024-01-26 13:04:43 -060039 python3-multidict \
Patrick Williamsb58112e2024-03-07 11:16:36 -060040 python3-netaddr \
Patrick Williams39653562024-03-01 08:54:02 -060041 python3-ordered-set \
42 python3-parse \
Patrick Williams8e7b46e2023-05-01 14:19:06 -050043 python3-parse-type \
Andrew Geissler3eeda902023-05-19 10:14:02 -050044 python3-platformdirs \
Patrick Williams8e7b46e2023-05-01 14:19:06 -050045 python3-polyline \
Patrick Williams03514f12024-04-05 07:04:11 -050046 python3-portalocker \
Patrick Williams8e7b46e2023-05-01 14:19:06 -050047 python3-precise-runner \
48 python3-prettytable \
Patrick Williams169d7bc2024-01-05 11:33:25 -060049 python3-pydantic \
50 python3-pydantic-core \
Patrick Williamse760df82023-05-26 11:10:49 -050051 python3-pylint \
Patrick Williams8e7b46e2023-05-01 14:19:06 -050052 python3-ptyprocess \
Patrick Williamsac13d5f2023-11-24 18:59:46 -060053 python3-py-cpuinfo \
Patrick Williams8e7b46e2023-05-01 14:19:06 -050054 python3-pyasn1-modules \
55 python3-pyroute2 \
56 python3-pyserial \
Patrick Williamsac13d5f2023-11-24 18:59:46 -060057 python3-pytest-mock \
Patrick Williams8e7b46e2023-05-01 14:19:06 -050058 python3-pytoml \
Patrick Williams73bd93f2024-02-20 08:07:48 -060059 python3-pyyaml-include \
Patrick Williams03514f12024-04-05 07:04:11 -050060 python3-pydbus \
Patrick Williamsac13d5f2023-11-24 18:59:46 -060061 python3-rapidjson \
Patrick Williams8e7b46e2023-05-01 14:19:06 -050062 python3-requests-file \
63 python3-requests-toolbelt \
64 python3-semver \
65 python3-serpent \
Patrick Williams39653562024-03-01 08:54:02 -060066 python3-service-identity \
Patrick Williams8e7b46e2023-05-01 14:19:06 -050067 python3-simpleeval \
68 python3-smpplib \
69 python3-soupsieve \
70 python3-sqlparse \
Patrick Williams03514f12024-04-05 07:04:11 -050071 python3-tomli-w \
Andrew Geissler3eeda902023-05-19 10:14:02 -050072 python3-tomlkit \
Patrick Williams39653562024-03-01 08:54:02 -060073 python3-trustme \
74 python3-typeguard \
Patrick Williams73bd93f2024-02-20 08:07:48 -060075 python3-ujson \
Patrick Williams8e7b46e2023-05-01 14:19:06 -050076 python3-u-msgpack-python \
77 python3-unidiff \
78 python3-uritemplate \
Patrick Williams03514f12024-04-05 07:04:11 -050079 python3-validators \
Patrick Williamsb58112e2024-03-07 11:16:36 -060080 python3-wrapt \
Patrick Williams03514f12024-04-05 07:04:11 -050081 python3-wsproto \
Patrick Williamsb58112e2024-03-07 11:16:36 -060082 python3-xlrd \
Patrick Williams8e7b46e2023-05-01 14:19:06 -050083 python3-xmltodict \
84 python3-xxhash \
Patrick Williams73bd93f2024-02-20 08:07:48 -060085 python3-yarl \
Patrick Williams8e7b46e2023-05-01 14:19:06 -050086"
87
88PTESTS_SLOW_META_PYTHON = "\
Patrick Williamsb58112e2024-03-07 11:16:36 -060089 python3-arrow \
Patrick Williams03514f12024-04-05 07:04:11 -050090 python3-google-auth \
Patrick Williams8e7b46e2023-05-01 14:19:06 -050091 python3-lz4 \
Patrick Williamsb58112e2024-03-07 11:16:36 -060092 python3-marshmallow \
Patrick Williams44b3caf2024-04-12 16:51:14 -050093 python3-pillow \
Patrick Williams03514f12024-04-05 07:04:11 -050094 python3-pytest-localserver \
95 python3-traitlets \
Patrick Williams169d7bc2024-01-05 11:33:25 -060096 python3-yappi \
Patrick Williams8e7b46e2023-05-01 14:19:06 -050097"
98
99PTESTS_PROBLEMS_META_PYTHON ="\
Patrick Williams8e7b46e2023-05-01 14:19:06 -0500100 python3-betamax \
101 python3-dnspython \
102 python3-fastjsonschema \
Patrick Williams8e7b46e2023-05-01 14:19:06 -0500103 python3-pint \
Patrick Williams8e7b46e2023-05-01 14:19:06 -0500104 python3-pyzmq \
105 python3-scrypt \
Patrick Williams8e7b46e2023-05-01 14:19:06 -0500106 python3-whoosh \
Patrick Williams8e7b46e2023-05-01 14:19:06 -0500107"