1#
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 = "\
10    python3-a2wsgi \
11    python3-appdirs \
12    python3-ansicolors \
13    python3-asgiref \
14    python3-aspectlib \
15    python3-bleak \
16    python3-blinker \
17    python3-cachetools \
18    python3-cbor2 \
19    python3-click \
20    python3-dominate \
21    python3-execnet \
22    python3-flexcache \
23    python3-flexparser \
24    python3-freezegun \
25    python3-geojson \
26    python3-google-auth-oauthlib \
27    python3-gpiod \
28    python3-gunicorn \
29    python3-html2text \
30    python3-httptools \
31    python3-inflection \
32    python3-inotify \
33    python3-intervals \
34    python3-ipy \
35    python3-iso3166 \
36    python3-jdcal \
37    python3-jsmin \
38    python3-msgpack \
39    python3-multidict \
40    python3-netaddr \
41    python3-ordered-set \
42    python3-parse \
43    python3-parse-type \
44    python3-platformdirs \
45    python3-polyline \
46    python3-portalocker \
47    python3-precise-runner \
48    python3-prettytable \
49    python3-pydantic \
50    python3-pydantic-core \
51    python3-pylint \
52    python3-ptyprocess \
53    python3-py-cpuinfo \
54    python3-pyasn1-modules \
55    python3-pyroute2 \
56    python3-pyserial \
57    python3-pytest-mock \
58    python3-pytoml \
59    python3-pyyaml-include \
60    python3-pydbus \
61    python3-rapidjson \
62    python3-requests-file \
63    python3-requests-toolbelt \
64    python3-semver \
65    python3-serpent \
66    python3-service-identity \
67    python3-simpleeval \
68    python3-smpplib \
69    python3-soupsieve \
70    python3-sqlparse \
71    python3-tomli-w \
72    python3-tomlkit \
73    python3-trustme \
74    python3-typeguard \
75    python3-ujson \
76    python3-u-msgpack-python \
77    python3-unidiff \
78    python3-uritemplate \
79    python3-validators \
80    python3-wrapt \
81    python3-wsproto \
82    python3-xlrd \
83    python3-xmltodict \
84    python3-xxhash \
85    python3-yarl \
86"
87
88PTESTS_SLOW_META_PYTHON = "\
89    python3-arrow \
90    python3-google-auth \
91    python3-lz4 \
92    python3-marshmallow \
93    python3-pillow \
94    python3-pytest-localserver \
95    python3-traitlets \
96    python3-yappi \
97"
98
99PTESTS_PROBLEMS_META_PYTHON ="\
100    python3-betamax \
101    python3-dnspython \
102    python3-fastjsonschema \
103    python3-pint \
104    python3-pyzmq \
105    python3-scrypt \
106    python3-whoosh \
107"
108