diff options
author | Tim Orling <tim.orling@konsulko.com> | 2022-03-12 13:07:02 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-16 08:48:08 +0000 |
commit | f3681fa5aaf9d0f55a27ba5e8f1922753eb05633 (patch) | |
tree | 2b99a376f538ee80858b7db2419bc842c5d9c5e7 | |
parent | be592ff81c5a8122b795b9260d57274eb412f144 (diff) | |
download | poky-f3681fa5aaf9d0f55a27ba5e8f1922753eb05633.tar.gz |
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).
(From OE-Core rev: ca9fefab2457ee86e24b23d99d3351b0dd9e66ef)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 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 = "\ | |||
86 | openssh-ptest \ | 86 | openssh-ptest \ |
87 | openssl-ptest \ | 87 | openssl-ptest \ |
88 | perl-ptest \ | 88 | perl-ptest \ |
89 | python3-cryptography-ptest \ | ||
89 | python3-ptest \ | 90 | python3-ptest \ |
90 | strace-ptest \ | 91 | strace-ptest \ |
91 | tcl-ptest \ | 92 | tcl-ptest \ |