From 977522acf7266556043a1576fd5bb9c085b98ba0 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Sat, 12 Mar 2022 13:07:02 -0800 Subject: [PATCH] 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 --- meta/conf/distro/include/ptest-packagelists.inc | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.40.1