diff options
author | Samantha Jalabert <samantha.jalabert@syslinbit.com> | 2023-09-22 14:46:19 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-27 11:47:42 +0100 |
commit | f1161d693e7d2e2b40b8c5f869fc2c95cc6dba53 (patch) | |
tree | 985c512236691bbdbe4a532b850310e2013489c3 /meta/conf/distro | |
parent | 082a85aa7b9cda2366c420b24b968f0db6838b2e (diff) | |
download | poky-f1161d693e7d2e2b40b8c5f869fc2c95cc6dba53.tar.gz |
ptest-packagelists.inc: add python test click
Adding test to slow, as it comes as dependency of SDK packages.
(From OE-Core rev: cb674e78cdaeea356fe2cf2f6a8b098e4fb6da50)
Signed-off-by: Marta Rybczynska <mrybczynska@syslinbit.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro')
-rw-r--r-- | meta/conf/distro/include/ptest-packagelists.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/distro/include/ptest-packagelists.inc b/meta/conf/distro/include/ptest-packagelists.inc index d5f41a995e..86fd310123 100644 --- a/meta/conf/distro/include/ptest-packagelists.inc +++ b/meta/conf/distro/include/ptest-packagelists.inc | |||
@@ -109,6 +109,7 @@ PTESTS_SLOW = "\ | |||
109 | perl \ | 109 | perl \ |
110 | python3-cryptography \ | 110 | python3-cryptography \ |
111 | python3 \ | 111 | python3 \ |
112 | python3-click \ | ||
112 | strace \ | 113 | strace \ |
113 | tcl \ | 114 | tcl \ |
114 | util-linux \ | 115 | util-linux \ |