diff mbox series

[meta-python,5/8] python3-jdcal: re-add functional ptests

Message ID 20240219214801.1514843-5-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, 4:57 a.m. UTC | #1
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]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
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 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 \