| Message ID | 1683541424-25761-4-git-send-email-wangmy@fujitsu.com |
|---|---|
| State | Under Review |
| Headers | show |
| Series | [meta-python] python3-requests-toolbelt: upgrade 0.10.1 -> 1.0.0 | expand |
I am seeing test failures on musl
testseries | result_id : oeqa |
runtime_meta-python-ptest-image-python3-requests-toolbelt_qemux86-64_20230508161830
ptestresult.python3-requests-toolbelt.tests/test_dump.py::TestDumpRealResponses::test_dump_all
ptestresult.python3-requests-toolbelt.tests/test_dump.py::TestDumpRealResponses::test_dump_response
ptestresult.python3-requests-toolbelt.tests/test_sessions.py::TestBasedSession::test_prepared_request_override_base
ptestresult.python3-requests-toolbelt.tests/test_sessions.py::TestBasedSession::test_prepared_request_with_base
ptestresult.python3-requests-toolbelt.tests/test_sessions.py::TestBasedSession::test_request_override_base
ptestresult.python3-requests-toolbelt.tests/test_sessions.py::TestBasedSession::test_request_with_base
you can run ptests by enabling ptests distro feature in your build and
then running
bitbake meta-python-ptest-image-fast
bitbake -ctestimage meta-python-ptest-image-fast
On Mon, May 8, 2023 at 3:24 AM wangmy <wangmy@fujitsu.com> wrote:
>
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Changelog:
> =========
> Removed Google App Engine support to allow using urllib3 2.0
> Ensured the test suite no longer reaches the Internet
> Added explicit support for Python 3.11
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
> ...ts-toolbelt_0.10.1.bb => python3-requests-toolbelt_1.0.0.bb} | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> rename meta-python/recipes-devtools/python/{python3-requests-toolbelt_0.10.1.bb => python3-requests-toolbelt_1.0.0.bb} (90%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-requests-toolbelt_0.10.1.bb b/meta-python/recipes-devtools/python/python3-requests-toolbelt_1.0.0.bb
> similarity index 90%
> rename from meta-python/recipes-devtools/python/python3-requests-toolbelt_0.10.1.bb
> rename to meta-python/recipes-devtools/python/python3-requests-toolbelt_1.0.0.bb
> index b1399c3ed5..6e5491e36e 100644
> --- a/meta-python/recipes-devtools/python/python3-requests-toolbelt_0.10.1.bb
> +++ b/meta-python/recipes-devtools/python/python3-requests-toolbelt_1.0.0.bb
> @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=6f14302a4b4099009ab38b4dde5f1075"
> SRC_URI = "file://run-ptest \
> "
>
> -SRC_URI[sha256sum] = "62e09f7ff5ccbda92772a29f394a49c3ad6cb181d568b1337626b2abb628a63d"
> +SRC_URI[sha256sum] = "7681a0a3d047012b5bdc0ee37d7f8f07ebe76ab08caeccfc3921ce23c88d5bc6"
>
> inherit pypi setuptools3 ptest
>
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#102425): https://lists.openembedded.org/g/openembedded-devel/message/102425
> Mute This Topic: https://lists.openembedded.org/mt/98758070/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff --git a/meta-python/recipes-devtools/python/python3-requests-toolbelt_0.10.1.bb b/meta-python/recipes-devtools/python/python3-requests-toolbelt_1.0.0.bb similarity index 90% rename from meta-python/recipes-devtools/python/python3-requests-toolbelt_0.10.1.bb rename to meta-python/recipes-devtools/python/python3-requests-toolbelt_1.0.0.bb index b1399c3ed5..6e5491e36e 100644 --- a/meta-python/recipes-devtools/python/python3-requests-toolbelt_0.10.1.bb +++ b/meta-python/recipes-devtools/python/python3-requests-toolbelt_1.0.0.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=6f14302a4b4099009ab38b4dde5f1075" SRC_URI = "file://run-ptest \ " -SRC_URI[sha256sum] = "62e09f7ff5ccbda92772a29f394a49c3ad6cb181d568b1337626b2abb628a63d" +SRC_URI[sha256sum] = "7681a0a3d047012b5bdc0ee37d7f8f07ebe76ab08caeccfc3921ce23c88d5bc6" inherit pypi setuptools3 ptest