Patrick Williams | 8e7b46e | 2023-05-01 14:19:06 -0500 | [diff] [blame] | 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 |
| 9 | PTESTS_FAST_META_PYTHON = "\ |
Patrick Williams | 73bd93f | 2024-02-20 08:07:48 -0600 | [diff] [blame] | 10 | python3-appdirs \ |
Patrick Williams | 8e7b46e | 2023-05-01 14:19:06 -0500 | [diff] [blame] | 11 | python3-ansicolors \ |
| 12 | python3-asgiref \ |
| 13 | python3-aspectlib \ |
| 14 | python3-blinker \ |
| 15 | python3-cachetools \ |
| 16 | python3-cbor2 \ |
| 17 | python3-click \ |
| 18 | python3-dominate \ |
| 19 | python3-execnet \ |
| 20 | python3-geojson \ |
Patrick Williams | 3965356 | 2024-03-01 08:54:02 -0600 | [diff] [blame] | 21 | python3-gunicorn \ |
Patrick Williams | 8e7b46e | 2023-05-01 14:19:06 -0500 | [diff] [blame] | 22 | python3-html2text \ |
| 23 | python3-inflection \ |
Patrick Williams | 3965356 | 2024-03-01 08:54:02 -0600 | [diff] [blame] | 24 | python3-inotify \ |
Patrick Williams | 8e7b46e | 2023-05-01 14:19:06 -0500 | [diff] [blame] | 25 | python3-intervals \ |
| 26 | python3-ipy \ |
| 27 | python3-iso3166 \ |
Patrick Williams | 3965356 | 2024-03-01 08:54:02 -0600 | [diff] [blame] | 28 | python3-jdcal \ |
| 29 | python3-jsmin \ |
| 30 | python3-msgpack \ |
Patrick Williams | f52e3dd | 2024-01-26 13:04:43 -0600 | [diff] [blame] | 31 | python3-multidict \ |
Patrick Williams | 3965356 | 2024-03-01 08:54:02 -0600 | [diff] [blame] | 32 | python3-ordered-set \ |
| 33 | python3-parse \ |
Patrick Williams | 8e7b46e | 2023-05-01 14:19:06 -0500 | [diff] [blame] | 34 | python3-parse-type \ |
Andrew Geissler | 3eeda90 | 2023-05-19 10:14:02 -0500 | [diff] [blame] | 35 | python3-platformdirs \ |
Patrick Williams | 8e7b46e | 2023-05-01 14:19:06 -0500 | [diff] [blame] | 36 | python3-polyline \ |
| 37 | python3-precise-runner \ |
| 38 | python3-prettytable \ |
Patrick Williams | 169d7bc | 2024-01-05 11:33:25 -0600 | [diff] [blame] | 39 | python3-pydantic \ |
| 40 | python3-pydantic-core \ |
Patrick Williams | e760df8 | 2023-05-26 11:10:49 -0500 | [diff] [blame] | 41 | python3-pylint \ |
Patrick Williams | 8e7b46e | 2023-05-01 14:19:06 -0500 | [diff] [blame] | 42 | python3-ptyprocess \ |
Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 43 | python3-py-cpuinfo \ |
Patrick Williams | 8e7b46e | 2023-05-01 14:19:06 -0500 | [diff] [blame] | 44 | python3-pyasn1-modules \ |
| 45 | python3-pyroute2 \ |
| 46 | python3-pyserial \ |
Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 47 | python3-pytest-mock \ |
Patrick Williams | 8e7b46e | 2023-05-01 14:19:06 -0500 | [diff] [blame] | 48 | python3-pytoml \ |
Patrick Williams | 73bd93f | 2024-02-20 08:07:48 -0600 | [diff] [blame] | 49 | python3-pyyaml-include \ |
Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 50 | python3-rapidjson \ |
Patrick Williams | 8e7b46e | 2023-05-01 14:19:06 -0500 | [diff] [blame] | 51 | python3-requests-file \ |
| 52 | python3-requests-toolbelt \ |
| 53 | python3-semver \ |
| 54 | python3-serpent \ |
Patrick Williams | 3965356 | 2024-03-01 08:54:02 -0600 | [diff] [blame] | 55 | python3-service-identity \ |
Patrick Williams | 8e7b46e | 2023-05-01 14:19:06 -0500 | [diff] [blame] | 56 | python3-simpleeval \ |
| 57 | python3-smpplib \ |
| 58 | python3-soupsieve \ |
| 59 | python3-sqlparse \ |
Andrew Geissler | 3eeda90 | 2023-05-19 10:14:02 -0500 | [diff] [blame] | 60 | python3-tomlkit \ |
Patrick Williams | 3965356 | 2024-03-01 08:54:02 -0600 | [diff] [blame] | 61 | python3-trustme \ |
| 62 | python3-typeguard \ |
Patrick Williams | 73bd93f | 2024-02-20 08:07:48 -0600 | [diff] [blame] | 63 | python3-ujson \ |
Patrick Williams | 8e7b46e | 2023-05-01 14:19:06 -0500 | [diff] [blame] | 64 | python3-u-msgpack-python \ |
| 65 | python3-unidiff \ |
| 66 | python3-uritemplate \ |
| 67 | python3-xmltodict \ |
| 68 | python3-xxhash \ |
Patrick Williams | 73bd93f | 2024-02-20 08:07:48 -0600 | [diff] [blame] | 69 | python3-yarl \ |
Patrick Williams | 8e7b46e | 2023-05-01 14:19:06 -0500 | [diff] [blame] | 70 | " |
| 71 | |
| 72 | PTESTS_SLOW_META_PYTHON = "\ |
| 73 | python3-lz4 \ |
Patrick Williams | 169d7bc | 2024-01-05 11:33:25 -0600 | [diff] [blame] | 74 | python3-yappi \ |
Patrick Williams | 8e7b46e | 2023-05-01 14:19:06 -0500 | [diff] [blame] | 75 | " |
| 76 | |
| 77 | PTESTS_PROBLEMS_META_PYTHON ="\ |
Patrick Williams | 8e7b46e | 2023-05-01 14:19:06 -0500 | [diff] [blame] | 78 | python3-betamax \ |
| 79 | python3-dnspython \ |
| 80 | python3-fastjsonschema \ |
| 81 | python3-gpiod \ |
Patrick Williams | 8e7b46e | 2023-05-01 14:19:06 -0500 | [diff] [blame] | 82 | python3-pillow \ |
| 83 | python3-pint \ |
Patrick Williams | 8e7b46e | 2023-05-01 14:19:06 -0500 | [diff] [blame] | 84 | python3-pyzmq \ |
| 85 | python3-scrypt \ |
Patrick Williams | 8e7b46e | 2023-05-01 14:19:06 -0500 | [diff] [blame] | 86 | python3-whoosh \ |
Patrick Williams | 8e7b46e | 2023-05-01 14:19:06 -0500 | [diff] [blame] | 87 | python3-xlrd \ |
Patrick Williams | 8e7b46e | 2023-05-01 14:19:06 -0500 | [diff] [blame] | 88 | " |