diff mbox series

python3-pytest: upgrade 7.4.4 -> 8.0.0

Message ID 1706833394-20114-1-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series python3-pytest: upgrade 7.4.4 -> 8.0.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 2, 2024, 12:23 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
=============
#11842: Properly escape the reason of a skip mark when writing JUnit XML files.
#11861: Avoid microsecond exceeds 1_000_000 when using log-date-format with
 %f specifier, which might cause the test suite to crash.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/{python3-pytest_7.4.4.bb => python3-pytest_8.0.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-pytest_7.4.4.bb => python3-pytest_8.0.0.bb} (93%)

Comments

Tim Orling Feb. 5, 2024, 3:50 p.m. UTC | #1
This is causing ptest failures in python3-attrs
https://autobuilder.yocto.io/pub/non-release/20240204-27/testresults/qemux86-64-ptest/python3-attrs.log
https://github.com/python-attrs/attrs/issues/1233
https://github.com/python-attrs/attrs/actions/runs/7759031210/job/21162171367

On Thu, Feb 1, 2024 at 4:33 PM wangmy via lists.openembedded.org <wangmy=
fujitsu.com@lists.openembedded.org> wrote:

> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Changelog:
> =============
> #11842: Properly escape the reason of a skip mark when writing JUnit XML
> files.
> #11861: Avoid microsecond exceeds 1_000_000 when using log-date-format with
>  %f specifier, which might cause the test suite to crash.
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  .../python/{python3-pytest_7.4.4.bb => python3-pytest_8.0.0.bb} | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-devtools/python/{python3-pytest_7.4.4.bb =>
> python3-pytest_8.0.0.bb} (93%)
>
> diff --git a/meta/recipes-devtools/python/python3-pytest_7.4.4.bb
> b/meta/recipes-devtools/python/python3-pytest_8.0.0.bb
> similarity index 93%
> rename from meta/recipes-devtools/python/python3-pytest_7.4.4.bb
> rename to meta/recipes-devtools/python/python3-pytest_8.0.0.bb
> index 18062c8fb8..994f6cbdaf 100644
> --- a/meta/recipes-devtools/python/python3-pytest_7.4.4.bb
> +++ b/meta/recipes-devtools/python/python3-pytest_8.0.0.bb
> @@ -5,7 +5,7 @@ DESCRIPTION = "The pytest framework makes it easy to write
> small tests, yet scal
>  LICENSE = "MIT"
>  LIC_FILES_CHKSUM = "file://LICENSE;md5=bd27e41b6550fe0fc45356d1d81ee37c"
>
> -SRC_URI[sha256sum] =
> "2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280"
> +SRC_URI[sha256sum] =
> "249b1b0864530ba251b7438274c4d251c58d868edaaec8762893ad4a0d71c36c"
>
>  DEPENDS += "python3-setuptools-scm-native"
>
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#194773):
> https://lists.openembedded.org/g/openembedded-core/message/194773
> Mute This Topic: https://lists.openembedded.org/mt/104110318/924729
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [
> ticotimo@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-pytest_7.4.4.bb b/meta/recipes-devtools/python/python3-pytest_8.0.0.bb
similarity index 93%
rename from meta/recipes-devtools/python/python3-pytest_7.4.4.bb
rename to meta/recipes-devtools/python/python3-pytest_8.0.0.bb
index 18062c8fb8..994f6cbdaf 100644
--- a/meta/recipes-devtools/python/python3-pytest_7.4.4.bb
+++ b/meta/recipes-devtools/python/python3-pytest_8.0.0.bb
@@ -5,7 +5,7 @@  DESCRIPTION = "The pytest framework makes it easy to write small tests, yet scal
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=bd27e41b6550fe0fc45356d1d81ee37c"
 
-SRC_URI[sha256sum] = "2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280"
+SRC_URI[sha256sum] = "249b1b0864530ba251b7438274c4d251c58d868edaaec8762893ad4a0d71c36c"
 
 DEPENDS += "python3-setuptools-scm-native"