ptest-packagelists: Add missing python3-webcolors entry

Message ID 20211201162800.3128628-1-quentin.schulz@theobroma-systems.com
State Accepted, archived
Commit f5d63bb34627825bd9ff07ba686ce7c05f4db561
Headers show
Series ptest-packagelists: Add missing python3-webcolors entry | expand

Commit Message

Quentin Schulz Dec. 1, 2021, 4:28 p.m. UTC
Resolves:

WARNING: python3-webcolors-1.11.1-r0 do_package_qa: QA Issue: supports ptests but is not included in oe-core's ptest-packagelists.inc [missing-ptest]

Cc: Quentin Schulz <foss+yocto@0leil.net>
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
---

Note: Not tested

 meta/conf/distro/include/ptest-packagelists.inc | 1 +
 1 file changed, 1 insertion(+)

Comments

Bruce Ashfield Dec. 1, 2021, 4:58 p.m. UTC | #1
On Wed, Dec 1, 2021 at 11:28 AM Quentin Schulz
<quentin.schulz@theobroma-systems.com> wrote:
>
> Resolves:
>
> WARNING: python3-webcolors-1.11.1-r0 do_package_qa: QA Issue: supports ptests but is not included in oe-core's ptest-packagelists.inc [missing-ptest]
>

I haven't seen the warning for this either, and I didn't even know
this packgelist existed :)

So thanks for the fix, looks good to me.

Bruce

> Cc: Quentin Schulz <foss+yocto@0leil.net>
> Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
> ---
>
> Note: Not tested
>
>  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 bf9d158a0a..c503a6a594 100644
> --- a/meta/conf/distro/include/ptest-packagelists.inc
> +++ b/meta/conf/distro/include/ptest-packagelists.inc
> @@ -56,6 +56,7 @@ PTESTS_FAST = "\
>      python3-more-itertools-ptest \
>      python3-pluggy-ptest \
>      python3-wcwidth-ptest \
> +    python3-webcolors-ptest \
>      qemu-ptest \
>      quilt-ptest \
>      sed-ptest \
> --
> 2.33.1
>
Richard Purdie Dec. 1, 2021, 6:34 p.m. UTC | #2
On Wed, 2021-12-01 at 11:58 -0500, Bruce Ashfield wrote:
> On Wed, Dec 1, 2021 at 11:28 AM Quentin Schulz
> <quentin.schulz@theobroma-systems.com> wrote:
> > 
> > Resolves:
> > 
> > WARNING: python3-webcolors-1.11.1-r0 do_package_qa: QA Issue: supports ptests but is not included in oe-core's ptest-packagelists.inc [missing-ptest]
> > 
> 
> I haven't seen the warning for this either, and I didn't even know
> this packgelist existed :)
> 
> So thanks for the fix, looks good to me.

I fixed one of these on the autobuilder with your series, I'm just not sure why
the other didn't show up...

Cheers,

Richard

Patch

diff --git a/meta/conf/distro/include/ptest-packagelists.inc b/meta/conf/distro/include/ptest-packagelists.inc
index bf9d158a0a..c503a6a594 100644
--- a/meta/conf/distro/include/ptest-packagelists.inc
+++ b/meta/conf/distro/include/ptest-packagelists.inc
@@ -56,6 +56,7 @@  PTESTS_FAST = "\
     python3-more-itertools-ptest \
     python3-pluggy-ptest \
     python3-wcwidth-ptest \
+    python3-webcolors-ptest \
     qemu-ptest \
     quilt-ptest \
     sed-ptest \