]> code.ossystems Code Review - openembedded-core.git/commitdiff
ptest-packagelists.inc: add python3-cryptography
authorTim Orling <tim.orling@konsulko.com>
Sat, 12 Mar 2022 21:07:02 +0000 (13:07 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 15 Mar 2022 08:40:11 +0000 (08:40 +0000)
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 <tim.orling@konsulko.com>
meta/conf/distro/include/ptest-packagelists.inc

index 402fb87a3c3af308ef2684d52b29a9dfc5d2b12c..45a3d3fcd5646c5594f8a48e11dc46d8d31f7940 100644 (file)
@@ -86,6 +86,7 @@ PTESTS_SLOW = "\
     openssh-ptest \
     openssl-ptest \
     perl-ptest \
+    python3-cryptography-ptest \
     python3-ptest \
     strace-ptest \
     tcl-ptest \