diff mbox series

[meta-python,4/8] python3-parse: add back working ptests

Message ID 20240219214801.1514843-4-derek@asterius.io
State Accepted
Headers show
Series [meta-python,1/8] python3-trustme: add runtime dependency for tests and re-add to ptest | expand

Commit Message

Derek Straka Feb. 19, 2024, 9:47 p.m. UTC
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(-)

Comments

Tim Orling Feb. 20, 2024, 5:01 a.m. UTC | #1
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]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
diff mbox series

Patch

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 \