All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/8] python3-trustme: add runtime dependency for tests and re-add to ptest
@ 2024-02-19 21:47 Derek Straka
  2024-02-19 21:47 ` [meta-python][PATCH 2/8] python3-msgpack: re-add working ptest Derek Straka
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Derek Straka @ 2024-02-19 21:47 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Derek Straka

Signed-off-by: Derek Straka <derek@asterius.io>
---
 meta-python/conf/include/ptest-packagelists-meta-python.inc  | 2 +-
 meta-python/recipes-devtools/python/python3-trustme_1.1.0.bb | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc b/meta-python/conf/include/ptest-packagelists-meta-python.inc
index 598548262..51fcdd2b2 100644
--- a/meta-python/conf/include/ptest-packagelists-meta-python.inc
+++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc
@@ -50,6 +50,7 @@ PTESTS_FAST_META_PYTHON = "\
     python3-soupsieve \
     python3-sqlparse \
     python3-tomlkit \
+    python3-trustme \
     python3-ujson \
     python3-u-msgpack-python \
     python3-unidiff \
@@ -83,7 +84,6 @@ PTESTS_PROBLEMS_META_PYTHON ="\
     python3-pyzmq \
     python3-scrypt \
     python3-service-identity \
-    python3-trustme \
     python3-typeguard \
     python3-whoosh \
     python3-xlrd \
diff --git a/meta-python/recipes-devtools/python/python3-trustme_1.1.0.bb b/meta-python/recipes-devtools/python/python3-trustme_1.1.0.bb
index ac03bce2b..21161a0e0 100644
--- a/meta-python/recipes-devtools/python/python3-trustme_1.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-trustme_1.1.0.bb
@@ -20,6 +20,7 @@ RDEPENDS:${PN} += " \
 "
 
 RDEPENDS:${PN}-ptest += " \
+    python3-pyopenssl \
     python3-pyasn1-modules \
     python3-pytest \
     python3-service-identity \
-- 
2.34.1



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

* [meta-python][PATCH 2/8] python3-msgpack: re-add working ptest
  2024-02-19 21:47 [meta-python][PATCH 1/8] python3-trustme: add runtime dependency for tests and re-add to ptest Derek Straka
@ 2024-02-19 21:47 ` Derek Straka
  2024-02-20  5:00   ` [oe] " Tim Orling
  2024-02-19 21:47 ` [meta-python][PATCH 3/8] python3-jsmin: re-add functional ptests Derek Straka
                   ` (5 subsequent siblings)
  6 siblings, 1 reply; 12+ messages in thread
From: Derek Straka @ 2024-02-19 21:47 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Derek Straka

Signed-off-by: Derek Straka <derek@asterius.io>
---
 meta-python/conf/include/ptest-packagelists-meta-python.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc b/meta-python/conf/include/ptest-packagelists-meta-python.inc
index 51fcdd2b2..09fd7eb25 100644
--- a/meta-python/conf/include/ptest-packagelists-meta-python.inc
+++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc
@@ -23,6 +23,7 @@ PTESTS_FAST_META_PYTHON = "\
     python3-intervals \
     python3-ipy \
     python3-iso3166 \
+    python3-msgpack \
     python3-multidict \
     python3-parse-type \
     python3-platformdirs \
@@ -75,7 +76,6 @@ PTESTS_PROBLEMS_META_PYTHON ="\
     python3-jdcal \
     python3-jsmin \
     python3-license-expression \
-    python3-msgpack \
     python3-ordered-set \
     python3-parse \
     python3-pillow \
-- 
2.34.1



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

* [meta-python][PATCH 3/8] python3-jsmin: re-add functional ptests
  2024-02-19 21:47 [meta-python][PATCH 1/8] python3-trustme: add runtime dependency for tests and re-add to ptest Derek Straka
  2024-02-19 21:47 ` [meta-python][PATCH 2/8] python3-msgpack: re-add working ptest Derek Straka
@ 2024-02-19 21:47 ` Derek Straka
  2024-02-20  4:59   ` [oe] " Tim Orling
  2024-02-19 21:47 ` [meta-python][PATCH 4/8] python3-parse: add back working ptests Derek Straka
                   ` (4 subsequent siblings)
  6 siblings, 1 reply; 12+ messages in thread
From: Derek Straka @ 2024-02-19 21:47 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Derek Straka

Supress warnings about syntax for the tests

Signed-off-by: Derek Straka <derek@asterius.io>
---
 meta-python/conf/include/ptest-packagelists-meta-python.inc | 2 +-
 meta-python/recipes-devtools/python/python3-jsmin/run-ptest | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc b/meta-python/conf/include/ptest-packagelists-meta-python.inc
index 09fd7eb25..98ebdd07a 100644
--- a/meta-python/conf/include/ptest-packagelists-meta-python.inc
+++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc
@@ -23,6 +23,7 @@ PTESTS_FAST_META_PYTHON = "\
     python3-intervals \
     python3-ipy \
     python3-iso3166 \
+    python3-jsmin \
     python3-msgpack \
     python3-multidict \
     python3-parse-type \
@@ -74,7 +75,6 @@ PTESTS_PROBLEMS_META_PYTHON ="\
     python3-gunicorn \
     python3-inotify \
     python3-jdcal \
-    python3-jsmin \
     python3-license-expression \
     python3-ordered-set \
     python3-parse \
diff --git a/meta-python/recipes-devtools/python/python3-jsmin/run-ptest b/meta-python/recipes-devtools/python/python3-jsmin/run-ptest
index cbcfffda5..2f04130b9 100644
--- a/meta-python/recipes-devtools/python/python3-jsmin/run-ptest
+++ b/meta-python/recipes-devtools/python/python3-jsmin/run-ptest
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-python3 test.py
+python3 -W ignore test.py
-- 
2.34.1



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

* [meta-python][PATCH 4/8] python3-parse: add back working ptests
  2024-02-19 21:47 [meta-python][PATCH 1/8] python3-trustme: add runtime dependency for tests and re-add to ptest Derek Straka
  2024-02-19 21:47 ` [meta-python][PATCH 2/8] python3-msgpack: re-add working ptest Derek Straka
  2024-02-19 21:47 ` [meta-python][PATCH 3/8] python3-jsmin: re-add functional ptests Derek Straka
@ 2024-02-19 21:47 ` Derek Straka
  2024-02-20  5:01   ` [oe] " Tim Orling
  2024-02-19 21:47 ` [meta-python][PATCH 5/8] python3-jdcal: re-add functional ptests Derek Straka
                   ` (3 subsequent siblings)
  6 siblings, 1 reply; 12+ messages in thread
From: Derek Straka @ 2024-02-19 21:47 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Derek Straka

Signed-off-by: Derek Straka <derek@asterius.io>
---
 meta-python/conf/include/ptest-packagelists-meta-python.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc b/meta-python/conf/include/ptest-packagelists-meta-python.inc
index 98ebdd07a..ea6284264 100644
--- a/meta-python/conf/include/ptest-packagelists-meta-python.inc
+++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc
@@ -26,6 +26,7 @@ PTESTS_FAST_META_PYTHON = "\
     python3-jsmin \
     python3-msgpack \
     python3-multidict \
+    python3-parse \
     python3-parse-type \
     python3-platformdirs \
     python3-polyline \
@@ -77,7 +78,6 @@ PTESTS_PROBLEMS_META_PYTHON ="\
     python3-jdcal \
     python3-license-expression \
     python3-ordered-set \
-    python3-parse \
     python3-pillow \
     python3-pint \
     python3-pytest-lazy-fixture \
-- 
2.34.1



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

* [meta-python][PATCH 5/8] python3-jdcal: re-add functional ptests
  2024-02-19 21:47 [meta-python][PATCH 1/8] python3-trustme: add runtime dependency for tests and re-add to ptest Derek Straka
                   ` (2 preceding siblings ...)
  2024-02-19 21:47 ` [meta-python][PATCH 4/8] python3-parse: add back working ptests Derek Straka
@ 2024-02-19 21:47 ` Derek Straka
  2024-02-20  4:57   ` [oe] " Tim Orling
  2024-02-19 21:47 ` [meta-python][PATCH 6/8] python3-gunicorn: re-enable working ptests for the package Derek Straka
                   ` (2 subsequent siblings)
  6 siblings, 1 reply; 12+ messages in thread
From: Derek Straka @ 2024-02-19 21:47 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Derek Straka

Signed-off-by: Derek Straka <derek@asterius.io>
---
 meta-python/conf/include/ptest-packagelists-meta-python.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc b/meta-python/conf/include/ptest-packagelists-meta-python.inc
index ea6284264..7fa96a495 100644
--- a/meta-python/conf/include/ptest-packagelists-meta-python.inc
+++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc
@@ -23,6 +23,7 @@ PTESTS_FAST_META_PYTHON = "\
     python3-intervals \
     python3-ipy \
     python3-iso3166 \
+    python3-jdcal \
     python3-jsmin \
     python3-msgpack \
     python3-multidict \
@@ -75,7 +76,6 @@ PTESTS_PROBLEMS_META_PYTHON ="\
     python3-gpiod \
     python3-gunicorn \
     python3-inotify \
-    python3-jdcal \
     python3-license-expression \
     python3-ordered-set \
     python3-pillow \
-- 
2.34.1



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

* [meta-python][PATCH 6/8] python3-gunicorn: re-enable working ptests for the package
  2024-02-19 21:47 [meta-python][PATCH 1/8] python3-trustme: add runtime dependency for tests and re-add to ptest Derek Straka
                   ` (3 preceding siblings ...)
  2024-02-19 21:47 ` [meta-python][PATCH 5/8] python3-jdcal: re-add functional ptests Derek Straka
@ 2024-02-19 21:47 ` Derek Straka
  2024-02-19 21:48 ` [meta-python][PATCH 7/8] python-inotify: " Derek Straka
  2024-02-19 21:48 ` [meta-python][PATCH 8/8] python3-license-expression: re-enable passing " Derek Straka
  6 siblings, 0 replies; 12+ messages in thread
From: Derek Straka @ 2024-02-19 21:47 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Derek Straka

Signed-off-by: Derek Straka <derek@asterius.io>
---
 meta-python/conf/include/ptest-packagelists-meta-python.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc b/meta-python/conf/include/ptest-packagelists-meta-python.inc
index 7fa96a495..2733280e6 100644
--- a/meta-python/conf/include/ptest-packagelists-meta-python.inc
+++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc
@@ -18,6 +18,7 @@ PTESTS_FAST_META_PYTHON = "\
     python3-dominate \
     python3-execnet \
     python3-geojson \
+    python3-gunicorn \
     python3-html2text \
     python3-inflection \
     python3-intervals \
@@ -74,7 +75,6 @@ PTESTS_PROBLEMS_META_PYTHON ="\
     python3-dnspython \
     python3-fastjsonschema \
     python3-gpiod \
-    python3-gunicorn \
     python3-inotify \
     python3-license-expression \
     python3-ordered-set \
-- 
2.34.1



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

* [meta-python][PATCH 7/8] python-inotify: re-enable working ptests for the package
  2024-02-19 21:47 [meta-python][PATCH 1/8] python3-trustme: add runtime dependency for tests and re-add to ptest Derek Straka
                   ` (4 preceding siblings ...)
  2024-02-19 21:47 ` [meta-python][PATCH 6/8] python3-gunicorn: re-enable working ptests for the package Derek Straka
@ 2024-02-19 21:48 ` Derek Straka
  2024-02-19 21:48 ` [meta-python][PATCH 8/8] python3-license-expression: re-enable passing " Derek Straka
  6 siblings, 0 replies; 12+ messages in thread
From: Derek Straka @ 2024-02-19 21:48 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Derek Straka

Signed-off-by: Derek Straka <derek@asterius.io>
---
 meta-python/conf/include/ptest-packagelists-meta-python.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc b/meta-python/conf/include/ptest-packagelists-meta-python.inc
index 2733280e6..5e4e5d45a 100644
--- a/meta-python/conf/include/ptest-packagelists-meta-python.inc
+++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc
@@ -21,6 +21,7 @@ PTESTS_FAST_META_PYTHON = "\
     python3-gunicorn \
     python3-html2text \
     python3-inflection \
+    python3-inotify \
     python3-intervals \
     python3-ipy \
     python3-iso3166 \
@@ -75,7 +76,6 @@ PTESTS_PROBLEMS_META_PYTHON ="\
     python3-dnspython \
     python3-fastjsonschema \
     python3-gpiod \
-    python3-inotify \
     python3-license-expression \
     python3-ordered-set \
     python3-pillow \
-- 
2.34.1



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

* [meta-python][PATCH 8/8] python3-license-expression: re-enable passing ptests for the package
  2024-02-19 21:47 [meta-python][PATCH 1/8] python3-trustme: add runtime dependency for tests and re-add to ptest Derek Straka
                   ` (5 preceding siblings ...)
  2024-02-19 21:48 ` [meta-python][PATCH 7/8] python-inotify: " Derek Straka
@ 2024-02-19 21:48 ` Derek Straka
  6 siblings, 0 replies; 12+ messages in thread
From: Derek Straka @ 2024-02-19 21:48 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Derek Straka

Signed-off-by: Derek Straka <derek@asterius.io>
---
 meta-python/conf/include/ptest-packagelists-meta-python.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc b/meta-python/conf/include/ptest-packagelists-meta-python.inc
index 5e4e5d45a..fe8f07c85 100644
--- a/meta-python/conf/include/ptest-packagelists-meta-python.inc
+++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc
@@ -27,6 +27,7 @@ PTESTS_FAST_META_PYTHON = "\
     python3-iso3166 \
     python3-jdcal \
     python3-jsmin \
+    python3-license-expression \
     python3-msgpack \
     python3-multidict \
     python3-parse \
@@ -76,7 +77,6 @@ PTESTS_PROBLEMS_META_PYTHON ="\
     python3-dnspython \
     python3-fastjsonschema \
     python3-gpiod \
-    python3-license-expression \
     python3-ordered-set \
     python3-pillow \
     python3-pint \
-- 
2.34.1



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

* Re: [oe] [meta-python][PATCH 5/8] python3-jdcal: re-add functional ptests
  2024-02-19 21:47 ` [meta-python][PATCH 5/8] python3-jdcal: re-add functional ptests Derek Straka
@ 2024-02-20  4:57   ` Tim Orling
  0 siblings, 0 replies; 12+ messages in thread
From: Tim Orling @ 2024-02-20  4:57 UTC (permalink / raw)
  To: Derek Straka; +Cc: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2898 bytes --]

No ptest results, so this is still considered PTESTS_PROBLEMS_META_PYTHON
Can you check again?

2024-02-19 18:18:16 - INFO     - WARNING:
meta-python-image-ptest-python3-jdcal-1.0-r0 do_testimage: There were
failing ptests.
2024-02-19 18:18:16 - INFO     - Traceback (most recent call last):
2024-02-19 18:18:16 - INFO     - File
"/build/../poky/meta/lib/oeqa/core/decorator/__init__.py", line 35, in
wrapped_f
2024-02-19 18:18:16 - INFO     - return func(*args, **kwargs)
2024-02-19 18:18:16 - INFO     - File
"/build/../poky/meta/lib/oeqa/core/decorator/__init__.py", line 35, in
wrapped_f
2024-02-19 18:18:16 - INFO     - return func(*args, **kwargs)
2024-02-19 18:18:16 - INFO     - File
"/build/../poky/meta/lib/oeqa/core/decorator/__init__.py", line 35, in
wrapped_f
2024-02-19 18:18:16 - INFO     - return func(*args, **kwargs)
2024-02-19 18:18:16 - INFO     - File
"/poky/meta/lib/oeqa/runtime/cases/ptest.py", line 27, in
test_ptestrunner_expectfail
2024-02-19 18:18:16 - INFO     - self.do_ptestrunner()
2024-02-19 18:18:16 - INFO     - File
"/poky/meta/lib/oeqa/runtime/cases/ptest.py", line 120, in do_ptestrunner
2024-02-19 18:18:16 - INFO     - self.fail(failmsg)
2024-02-19 18:18:16 - INFO     - AssertionError:
2024-02-19 18:18:16 - INFO     - ptests which had no test results:
2024-02-19 18:18:16 - INFO     - ['python3-jdcal']

On Mon, Feb 19, 2024 at 1:48 PM Derek Straka <derek@asterius.io> wrote:

> Signed-off-by: Derek Straka <derek@asterius.io>
> ---
>  meta-python/conf/include/ptest-packagelists-meta-python.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc
> b/meta-python/conf/include/ptest-packagelists-meta-python.inc
> index ea6284264..7fa96a495 100644
> --- a/meta-python/conf/include/ptest-packagelists-meta-python.inc
> +++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc
> @@ -23,6 +23,7 @@ PTESTS_FAST_META_PYTHON = "\
>      python3-intervals \
>      python3-ipy \
>      python3-iso3166 \
> +    python3-jdcal \
>      python3-jsmin \
>      python3-msgpack \
>      python3-multidict \
> @@ -75,7 +76,6 @@ PTESTS_PROBLEMS_META_PYTHON ="\
>      python3-gpiod \
>      python3-gunicorn \
>      python3-inotify \
> -    python3-jdcal \
>      python3-license-expression \
>      python3-ordered-set \
>      python3-pillow \
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#108890):
> https://lists.openembedded.org/g/openembedded-devel/message/108890
> Mute This Topic: https://lists.openembedded.org/mt/104456247/924729
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [
> ticotimo@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>

[-- Attachment #2: Type: text/html, Size: 3950 bytes --]

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

* Re: [oe] [meta-python][PATCH 3/8] python3-jsmin: re-add functional ptests
  2024-02-19 21:47 ` [meta-python][PATCH 3/8] python3-jsmin: re-add functional ptests Derek Straka
@ 2024-02-20  4:59   ` Tim Orling
  0 siblings, 0 replies; 12+ messages in thread
From: Tim Orling @ 2024-02-20  4:59 UTC (permalink / raw)
  To: Derek Straka; +Cc: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2416 bytes --]

2024-02-19 18:19:43 - INFO     - WARNING:
meta-python-image-ptest-python3-jsmin-1.0-r0 do_testimage: There were
failing ptests.
<snip>
2024-02-19 18:19:43 - INFO     - self.fail(failmsg)
2024-02-19 18:19:43 - INFO     - AssertionError:
2024-02-19 18:19:43 - INFO     - ptests which had no test results:
2024-02-19 18:19:43 - INFO     - ['python3-jsmin']

On Mon, Feb 19, 2024 at 1:48 PM Derek Straka <derek@asterius.io> wrote:

> Supress warnings about syntax for the tests
>
> Signed-off-by: Derek Straka <derek@asterius.io>
> ---
>  meta-python/conf/include/ptest-packagelists-meta-python.inc | 2 +-
>  meta-python/recipes-devtools/python/python3-jsmin/run-ptest | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc
> b/meta-python/conf/include/ptest-packagelists-meta-python.inc
> index 09fd7eb25..98ebdd07a 100644
> --- a/meta-python/conf/include/ptest-packagelists-meta-python.inc
> +++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc
> @@ -23,6 +23,7 @@ PTESTS_FAST_META_PYTHON = "\
>      python3-intervals \
>      python3-ipy \
>      python3-iso3166 \
> +    python3-jsmin \
>      python3-msgpack \
>      python3-multidict \
>      python3-parse-type \
> @@ -74,7 +75,6 @@ PTESTS_PROBLEMS_META_PYTHON ="\
>      python3-gunicorn \
>      python3-inotify \
>      python3-jdcal \
> -    python3-jsmin \
>      python3-license-expression \
>      python3-ordered-set \
>      python3-parse \
> diff --git a/meta-python/recipes-devtools/python/python3-jsmin/run-ptest
> b/meta-python/recipes-devtools/python/python3-jsmin/run-ptest
> index cbcfffda5..2f04130b9 100644
> --- a/meta-python/recipes-devtools/python/python3-jsmin/run-ptest
> +++ b/meta-python/recipes-devtools/python/python3-jsmin/run-ptest
> @@ -1,3 +1,3 @@
>  #!/bin/sh
>
> -python3 test.py
> +python3 -W ignore test.py
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#108888):
> https://lists.openembedded.org/g/openembedded-devel/message/108888
> Mute This Topic: https://lists.openembedded.org/mt/104456245/924729
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [
> ticotimo@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>

[-- Attachment #2: Type: text/html, Size: 3389 bytes --]

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

* Re: [oe] [meta-python][PATCH 2/8] python3-msgpack: re-add working ptest
  2024-02-19 21:47 ` [meta-python][PATCH 2/8] python3-msgpack: re-add working ptest Derek Straka
@ 2024-02-20  5:00   ` Tim Orling
  0 siblings, 0 replies; 12+ messages in thread
From: Tim Orling @ 2024-02-20  5:00 UTC (permalink / raw)
  To: Derek Straka; +Cc: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1846 bytes --]

2024-02-19 18:23:55 - INFO     - WARNING:
meta-python-image-ptest-python3-msgpack-1.0-r0 do_testimage: There were
failing ptests.
<snip>
2024-02-19 18:23:55 - INFO     - AssertionError:
2024-02-19 18:23:55 - INFO     - ptests which had no test results:
2024-02-19 18:23:55 - INFO     - ['python3-msgpack']

On Mon, Feb 19, 2024 at 1:48 PM Derek Straka <derek@asterius.io> wrote:

> Signed-off-by: Derek Straka <derek@asterius.io>
> ---
>  meta-python/conf/include/ptest-packagelists-meta-python.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc
> b/meta-python/conf/include/ptest-packagelists-meta-python.inc
> index 51fcdd2b2..09fd7eb25 100644
> --- a/meta-python/conf/include/ptest-packagelists-meta-python.inc
> +++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc
> @@ -23,6 +23,7 @@ PTESTS_FAST_META_PYTHON = "\
>      python3-intervals \
>      python3-ipy \
>      python3-iso3166 \
> +    python3-msgpack \
>      python3-multidict \
>      python3-parse-type \
>      python3-platformdirs \
> @@ -75,7 +76,6 @@ PTESTS_PROBLEMS_META_PYTHON ="\
>      python3-jdcal \
>      python3-jsmin \
>      python3-license-expression \
> -    python3-msgpack \
>      python3-ordered-set \
>      python3-parse \
>      python3-pillow \
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#108887):
> https://lists.openembedded.org/g/openembedded-devel/message/108887
> Mute This Topic: https://lists.openembedded.org/mt/104456244/924729
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [
> ticotimo@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>

[-- Attachment #2: Type: text/html, Size: 2790 bytes --]

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

* Re: [oe] [meta-python][PATCH 4/8] python3-parse: add back working ptests
  2024-02-19 21:47 ` [meta-python][PATCH 4/8] python3-parse: add back working ptests Derek Straka
@ 2024-02-20  5:01   ` Tim Orling
  0 siblings, 0 replies; 12+ messages in thread
From: Tim Orling @ 2024-02-20  5:01 UTC (permalink / raw)
  To: Derek Straka; +Cc: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1852 bytes --]

2024-02-19 18:27:51 - INFO     - WARNING:
meta-python-image-ptest-python3-parse-1.0-r0 do_testimage: There were
failing ptests.
<snip>
2024-02-19 18:27:51 - INFO     - AssertionError:
2024-02-19 18:27:51 - INFO     - ptests which had no test results:
2024-02-19 18:27:51 - INFO     - ['python3-parse']

On Mon, Feb 19, 2024 at 1:48 PM Derek Straka <derek@asterius.io> wrote:

> Signed-off-by: Derek Straka <derek@asterius.io>
> ---
>  meta-python/conf/include/ptest-packagelists-meta-python.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc
> b/meta-python/conf/include/ptest-packagelists-meta-python.inc
> index 98ebdd07a..ea6284264 100644
> --- a/meta-python/conf/include/ptest-packagelists-meta-python.inc
> +++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc
> @@ -26,6 +26,7 @@ PTESTS_FAST_META_PYTHON = "\
>      python3-jsmin \
>      python3-msgpack \
>      python3-multidict \
> +    python3-parse \
>      python3-parse-type \
>      python3-platformdirs \
>      python3-polyline \
> @@ -77,7 +78,6 @@ PTESTS_PROBLEMS_META_PYTHON ="\
>      python3-jdcal \
>      python3-license-expression \
>      python3-ordered-set \
> -    python3-parse \
>      python3-pillow \
>      python3-pint \
>      python3-pytest-lazy-fixture \
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#108889):
> https://lists.openembedded.org/g/openembedded-devel/message/108889
> Mute This Topic: https://lists.openembedded.org/mt/104456246/924729
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [
> ticotimo@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>

[-- Attachment #2: Type: text/html, Size: 2796 bytes --]

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

end of thread, other threads:[~2024-02-20  5:01 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-19 21:47 [meta-python][PATCH 1/8] python3-trustme: add runtime dependency for tests and re-add to ptest Derek Straka
2024-02-19 21:47 ` [meta-python][PATCH 2/8] python3-msgpack: re-add working ptest Derek Straka
2024-02-20  5:00   ` [oe] " Tim Orling
2024-02-19 21:47 ` [meta-python][PATCH 3/8] python3-jsmin: re-add functional ptests Derek Straka
2024-02-20  4:59   ` [oe] " Tim Orling
2024-02-19 21:47 ` [meta-python][PATCH 4/8] python3-parse: add back working ptests Derek Straka
2024-02-20  5:01   ` [oe] " Tim Orling
2024-02-19 21:47 ` [meta-python][PATCH 5/8] python3-jdcal: re-add functional ptests Derek Straka
2024-02-20  4:57   ` [oe] " Tim Orling
2024-02-19 21:47 ` [meta-python][PATCH 6/8] python3-gunicorn: re-enable working ptests for the package Derek Straka
2024-02-19 21:48 ` [meta-python][PATCH 7/8] python-inotify: " Derek Straka
2024-02-19 21:48 ` [meta-python][PATCH 8/8] python3-license-expression: re-enable passing " Derek Straka

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.