From: Tim Orling Date: Sat, 12 Mar 2022 21:07:02 +0000 (-0800) Subject: ptest-packagelists.inc: add python3-cryptography X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~4779 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca9fefab2457ee86e24b23d99d3351b0dd9e66ef;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ptest-packagelists.inc: add python3-cryptography The python3-cryptography recipe has a lot of tests and uses a large amount of memory. It is slow (> 30 seconds). Signed-off-by: Tim Orling --- diff --git a/meta/conf/distro/include/ptest-packagelists.inc b/meta/conf/distro/include/ptest-packagelists.inc index 402fb87a3c3..45a3d3fcd56 100644 --- a/meta/conf/distro/include/ptest-packagelists.inc +++ b/meta/conf/distro/include/ptest-packagelists.inc @@ -86,6 +86,7 @@ PTESTS_SLOW = "\ openssh-ptest \ openssl-ptest \ perl-ptest \ + python3-cryptography-ptest \ python3-ptest \ strace-ptest \ tcl-ptest \