diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-18 09:55:52 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-18 23:27:27 +0000 |
commit | c2c6b7b29f7d7161f18c831c949cc29083e10877 (patch) | |
tree | a1b7e04f61cf7531c116d4cf3728e432d83443f5 /meta/conf | |
parent | 4620af104c84dccca3fe75164c3b65ab5870fce5 (diff) | |
download | poky-c2c6b7b29f7d7161f18c831c949cc29083e10877.tar.gz |
ptest-packagelists.inc: Add python3-pyasn1 to fast ptests list
(From OE-Core rev: 6239b6b987cec1e42b50513fd43db92dd5cdc449)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-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 c705b41a94..ac3295d1aa 100644 --- a/meta/conf/distro/include/ptest-packagelists.inc +++ b/meta/conf/distro/include/ptest-packagelists.inc | |||
@@ -56,6 +56,7 @@ PTESTS_FAST = "\ | |||
56 | python3-markupsafe-ptest \ | 56 | python3-markupsafe-ptest \ |
57 | python3-more-itertools-ptest \ | 57 | python3-more-itertools-ptest \ |
58 | python3-pluggy-ptest \ | 58 | python3-pluggy-ptest \ |
59 | python3-pyasn1-ptest \ | ||
59 | python3-pytz-ptest \ | 60 | python3-pytz-ptest \ |
60 | python3-wcwidth-ptest \ | 61 | python3-wcwidth-ptest \ |
61 | python3-webcolors-ptest \ | 62 | python3-webcolors-ptest \ |