diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-26 15:46:33 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-26 17:01:08 +0000 |
commit | b9c33ca6babbe900703f1d1fa37bb07310c83f5e (patch) | |
tree | d49185da2dc38f5fefccee664b6cf34b5b63a97c /meta | |
parent | dc9020a605b30788075d1480d4a6da839fd873ad (diff) | |
download | poky-b9c33ca6babbe900703f1d1fa37bb07310c83f5e.tar.gz |
ptest-packagelists: Add missing python3-jsonpointer entry
Resolves:
WARNING: python3-jsonpointer-2.2-r0 do_package_qa: QA Issue: supports ptests but is not included in oe-core's ptest-packagelists.inc [missing-ptest]
(From OE-Core rev: 7e561760278c980715fa966448f1f978b3767b8a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 374c1b8c15..bf9d158a0a 100644 --- a/meta/conf/distro/include/ptest-packagelists.inc +++ b/meta/conf/distro/include/ptest-packagelists.inc | |||
@@ -51,6 +51,7 @@ PTESTS_FAST = "\ | |||
51 | python3-atomicwrites-ptest \ | 51 | python3-atomicwrites-ptest \ |
52 | python3-hypothesis-ptest \ | 52 | python3-hypothesis-ptest \ |
53 | python3-jinja2-ptest \ | 53 | python3-jinja2-ptest \ |
54 | python3-jsonpointer-ptest \ | ||
54 | python3-markupsafe-ptest \ | 55 | python3-markupsafe-ptest \ |
55 | python3-more-itertools-ptest \ | 56 | python3-more-itertools-ptest \ |
56 | python3-pluggy-ptest \ | 57 | python3-pluggy-ptest \ |