From: Tim Orling Date: Sat, 12 Mar 2022 21:07:02 +0000 (-0800) Subject: ptest-packagelists.inc: add python3-cryptography X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=977522acf7266556043a1576fd5bb9c085b98ba0;p=openembedded-core.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 402fb87a3c..45a3d3fcd5 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 \