diff options
author | Tim Orling <ticotimo@gmail.com> | 2022-03-13 21:10:34 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-16 08:48:08 +0000 |
commit | ac54a3e99e462279279a01bcf7424ffc988e6aba (patch) | |
tree | 23cac8820821cb539140e2d0f72fff9093836d03 | |
parent | f3681fa5aaf9d0f55a27ba5e8f1922753eb05633 (diff) | |
download | poky-ac54a3e99e462279279a01bcf7424ffc988e6aba.tar.gz |
ptest-packagelists: add python3-bcrypt and -pytz
python3-bcrypt and python3-pytz both run in just a few seconds, so add
them to the fast list.
(From OE-Core rev: 555cefec5d554eb610166ff9d0cbf0a620d99632)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/conf/distro/include/ptest-packagelists.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/distro/include/ptest-packagelists.inc b/meta/conf/distro/include/ptest-packagelists.inc index 45a3d3fcd5..c705b41a94 100644 --- a/meta/conf/distro/include/ptest-packagelists.inc +++ b/meta/conf/distro/include/ptest-packagelists.inc | |||
@@ -49,12 +49,14 @@ PTESTS_FAST = "\ | |||
49 | pango-ptest \ | 49 | pango-ptest \ |
50 | parted-ptest \ | 50 | parted-ptest \ |
51 | python3-atomicwrites-ptest \ | 51 | python3-atomicwrites-ptest \ |
52 | python3-bcrypt-ptest \ | ||
52 | python3-hypothesis-ptest \ | 53 | python3-hypothesis-ptest \ |
53 | python3-jinja2-ptest \ | 54 | python3-jinja2-ptest \ |
54 | python3-jsonpointer-ptest \ | 55 | python3-jsonpointer-ptest \ |
55 | python3-markupsafe-ptest \ | 56 | python3-markupsafe-ptest \ |
56 | python3-more-itertools-ptest \ | 57 | python3-more-itertools-ptest \ |
57 | python3-pluggy-ptest \ | 58 | python3-pluggy-ptest \ |
59 | python3-pytz-ptest \ | ||
58 | python3-wcwidth-ptest \ | 60 | python3-wcwidth-ptest \ |
59 | python3-webcolors-ptest \ | 61 | python3-webcolors-ptest \ |
60 | qemu-ptest \ | 62 | qemu-ptest \ |