Re: [oe] [meta-python][PATCH] python3-bleak: upgrade 0.21.1 -> 0.22.2

2024-06-28 Thread Khem Raj
On Fri, Jun 28, 2024 at 10:06 AM Guðni Már Gilbert via lists.openembedded.org wrote: > > I will look into this over the weekend (running ptests is a new area for me). > I'm curious what images you usually use / recommend? > you might check if the recipe inherits ptest if it does then check its e

Re: [oe] [meta-python][PATCH] python3-bleak: upgrade 0.21.1 -> 0.22.2

2024-06-28 Thread Guðni Már Gilbert
I will look into this over the weekend (running ptests is a new area for me). I'm curious what images you usually use / recommend? I've usually just used this one core-image-minimal ( https://github.com/openembedded/openembedded-core/blob/master/meta/recipes-core/images/core-image-minimal.bb )

Re: [oe] [meta-python][PATCH] python3-bleak: upgrade 0.21.1 -> 0.22.2

2024-06-28 Thread Khem Raj
On Fri, Jun 28, 2024 at 6:45 AM Tom Geelen via lists.openembedded.org wrote: > > This breaks ptest unfortunately as the direct pypi fetch does not include the > tests. Only the direct github link as it was previously. > Thanks a lot for testing out using ptests. We have made ptests easy to run w

Re: [oe] [meta-python][PATCH] python3-bleak: upgrade 0.21.1 -> 0.22.2

2024-06-28 Thread Tim Orling
Guðni, In your updates, make sure you are running with ptest enabled in DISTRO_FEATURES (default with poky) and then for any recipe that inherits ptest in meta-python (and probably meta-oe) you should be able to run: bitbake meta-python-image-ptest-python3-bleak bitbake -c testimage meta-python-im

Re: [oe] [meta-python][PATCH] python3-bleak: upgrade 0.21.1 -> 0.22.2

2024-06-28 Thread Tom Geelen
This breaks ptest unfortunately as the direct pypi fetch does not include the tests. Only the direct github link as it was previously. On Fri, Jun 28, 2024 at 12:41 AM Guðni Már Gilbert via lists.openembedded.org wrote: > Changes to the build: > - Drop python3-async-timeout which is only require