On Fri, Jan 17, 2025 at 12:30 PM Derek Straka via
lists.openembedded.org <[email protected]>
wrote:
>
> Signed-off-by: Derek Straka <[email protected]>
> ---
>  .../python/python3-portion/run-ptest            |  3 ---
>  .../python/python3-portion_2.6.0.bb             | 17 +++--------------
>  2 files changed, 3 insertions(+), 17 deletions(-)
>  delete mode 100644 
> meta-python/recipes-devtools/python/python3-portion/run-ptest
>
> diff --git a/meta-python/recipes-devtools/python/python3-portion/run-ptest 
> b/meta-python/recipes-devtools/python/python3-portion/run-ptest
> deleted file mode 100644
> index 8d2017d39..000000000
> --- a/meta-python/recipes-devtools/python/python3-portion/run-ptest
> +++ /dev/null
> @@ -1,3 +0,0 @@
> -#!/bin/sh
> -
> -pytest --automake
> diff --git a/meta-python/recipes-devtools/python/python3-portion_2.6.0.bb 
> b/meta-python/recipes-devtools/python/python3-portion_2.6.0.bb
> index 31c6f0731..8bdbc032c 100644
> --- a/meta-python/recipes-devtools/python/python3-portion_2.6.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-portion_2.6.0.bb
> @@ -5,28 +5,17 @@ SECTION = "devel/python"
>  LICENSE = "LGPL-3.0-only"
>  LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3000208d539ec061b899bce1d9ce9404"
>
> -inherit pypi python_setuptools_build_meta ptest
> +inherit pypi python_setuptools_build_meta ptest-python-pytest
>
>  SRC_URI[sha256sum] = 
> "6fb538b57a92058f0edd360667694448aa3fc028ab97e41e3091359d14ba4dd5"
>
> -SRC_URI += " \
> -       file://run-ptest \
> -"
> -
>  RDEPENDS:${PN} += "\
>         python3-sortedcontainers \
>  "
>
> -RDEPENDS:${PN}-ptest += " \
> -       python3-pytest \
> -       python3-unittest-automake-output \
> -"
> -
> -do_install_ptest() {
> -       install -d ${D}${PTEST_PATH}/tests
> +do_install_ptest:append () {
>         # This file tests README.md and deleted as redundant.
> -       rm -f ${S}/tests/test_doc.py
> -       cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
> +       rm -f ${D}/tests/test_doc.py
>  }
>

It causes a ptest failure.

Failed ptests:
{'python3-portion': ['tests/test_doc.py:test_readme']}

I think removing test_doc.py needs to be fixed to work as it was, or
perhaps package README.md so it can pass.

>  BBCLASSEXTEND = "native"
> --
> 2.34.1
>
>
> 
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#115048): 
https://lists.openembedded.org/g/openembedded-devel/message/115048
Mute This Topic: https://lists.openembedded.org/mt/110673713/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to