All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH] python3-pytest-subtests: add recipe
@ 2021-09-01 12:00 Trevor Gamblin
  2021-09-02  7:39 ` [oe] " Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Trevor Gamblin @ 2021-09-01 12:00 UTC (permalink / raw)
  To: openembedded-devel

Newer versions of python3-cryptography will rely on the subtests fixture
for their ptests. Add this recipe so that cryptography can be given the
necessary RDEPENDS when it is upgraded.

Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
---
 .../python/python3-pytest-subtests_0.5.0.bb        | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-pytest-subtests_0.5.0.bb

diff --git a/meta-python/recipes-devtools/python/python3-pytest-subtests_0.5.0.bb b/meta-python/recipes-devtools/python/python3-pytest-subtests_0.5.0.bb
new file mode 100644
index 000000000..c2bf47203
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pytest-subtests_0.5.0.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "unittest subTest() support and subtests fixture."
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=242b4e17fa287dcf7aef372f6bc3dcb1"
+
+SRC_URI[sha256sum] = "c62d68a84f94f8bc49bbb01b39392953e26a52570ad380581a3b2cc8d7eaa037"
+
+inherit pypi setuptools3
+
+RDEPENDS:${PN} += " \
+    ${PYTHON_PN}-pytest \
+"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [oe] [meta-python][PATCH] python3-pytest-subtests: add recipe
  2021-09-01 12:00 [meta-python][PATCH] python3-pytest-subtests: add recipe Trevor Gamblin
@ 2021-09-02  7:39 ` Khem Raj
  2021-09-02 13:28   ` Trevor Gamblin
  0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2021-09-02  7:39 UTC (permalink / raw)
  To: Trevor Gamblin; +Cc: openembeded-devel

it failed with sha256 checksums errors in fetcher which I fixed and
then it failed again in compile with

https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/1499

also you forgot to add it to test package group.


On Wed, Sep 1, 2021 at 5:00 AM Trevor Gamblin
<trevor.gamblin@windriver.com> wrote:
>
> Newer versions of python3-cryptography will rely on the subtests fixture
> for their ptests. Add this recipe so that cryptography can be given the
> necessary RDEPENDS when it is upgraded.
>
> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>  .../python/python3-pytest-subtests_0.5.0.bb        | 14 ++++++++++++++
>  1 file changed, 14 insertions(+)
>  create mode 100644 meta-python/recipes-devtools/python/python3-pytest-subtests_0.5.0.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-pytest-subtests_0.5.0.bb b/meta-python/recipes-devtools/python/python3-pytest-subtests_0.5.0.bb
> new file mode 100644
> index 000000000..c2bf47203
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python3-pytest-subtests_0.5.0.bb
> @@ -0,0 +1,14 @@
> +DESCRIPTION = "unittest subTest() support and subtests fixture."
> +
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=242b4e17fa287dcf7aef372f6bc3dcb1"
> +
> +SRC_URI[sha256sum] = "c62d68a84f94f8bc49bbb01b39392953e26a52570ad380581a3b2cc8d7eaa037"
> +
> +inherit pypi setuptools3
> +
> +RDEPENDS:${PN} += " \
> +    ${PYTHON_PN}-pytest \
> +"
> +
> +BBCLASSEXTEND = "native nativesdk"
> --
> 2.31.1
>
>
> 
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [oe] [meta-python][PATCH] python3-pytest-subtests: add recipe
  2021-09-02  7:39 ` [oe] " Khem Raj
@ 2021-09-02 13:28   ` Trevor Gamblin
  0 siblings, 0 replies; 3+ messages in thread
From: Trevor Gamblin @ 2021-09-02 13:28 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembeded-devel


On 2021-09-02 3:39 a.m., Khem Raj wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> it failed with sha256 checksums errors in fetcher which I fixed and
> then it failed again in compile with
>
> https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/1499
>
> also you forgot to add it to test package group.
Right, my pipeline caught this too. Fixing...
>
>
> On Wed, Sep 1, 2021 at 5:00 AM Trevor Gamblin
> <trevor.gamblin@windriver.com> wrote:
>> Newer versions of python3-cryptography will rely on the subtests fixture
>> for their ptests. Add this recipe so that cryptography can be given the
>> necessary RDEPENDS when it is upgraded.
>>
>> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
>> ---
>>   .../python/python3-pytest-subtests_0.5.0.bb        | 14 ++++++++++++++
>>   1 file changed, 14 insertions(+)
>>   create mode 100644 meta-python/recipes-devtools/python/python3-pytest-subtests_0.5.0.bb
>>
>> diff --git a/meta-python/recipes-devtools/python/python3-pytest-subtests_0.5.0.bb b/meta-python/recipes-devtools/python/python3-pytest-subtests_0.5.0.bb
>> new file mode 100644
>> index 000000000..c2bf47203
>> --- /dev/null
>> +++ b/meta-python/recipes-devtools/python/python3-pytest-subtests_0.5.0.bb
>> @@ -0,0 +1,14 @@
>> +DESCRIPTION = "unittest subTest() support and subtests fixture."
>> +
>> +LICENSE = "MIT"
>> +LIC_FILES_CHKSUM = "file://LICENSE;md5=242b4e17fa287dcf7aef372f6bc3dcb1"
>> +
>> +SRC_URI[sha256sum] = "c62d68a84f94f8bc49bbb01b39392953e26a52570ad380581a3b2cc8d7eaa037"
>> +
>> +inherit pypi setuptools3
>> +
>> +RDEPENDS:${PN} += " \
>> +    ${PYTHON_PN}-pytest \
>> +"
>> +
>> +BBCLASSEXTEND = "native nativesdk"
>> --
>> 2.31.1
>>
>>
>> 
>>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-09-02 13:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-01 12:00 [meta-python][PATCH] python3-pytest-subtests: add recipe Trevor Gamblin
2021-09-02  7:39 ` [oe] " Khem Raj
2021-09-02 13:28   ` Trevor Gamblin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.