diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-03-13 15:08:26 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-04-12 18:04:01 +0100 |
commit | b2ced9ee9d7fdc216e85fc437a5a326d38dba7bf (patch) | |
tree | 79307c55ff750e39d999c33c9769e29d6a83a5d1 /meta/recipes-devtools/python | |
parent | a27d997beff848a67eeb717dc29ee2f92f66b35c (diff) | |
download | poky-b2ced9ee9d7fdc216e85fc437a5a326d38dba7bf.tar.gz |
python3-pytest: upgrade 8.0.2 -> 8.1.1
Changelog:
https://docs.pytest.org/en/stable/changelog.html
(From OE-Core rev: a55274e6caf18b35d58418238608178b524fdc2b)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r-- | meta/recipes-devtools/python/python3-pytest_8.1.1.bb (renamed from meta/recipes-devtools/python/python3-pytest_8.0.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-pytest_8.0.2.bb b/meta/recipes-devtools/python/python3-pytest_8.1.1.bb index 57e979e909..b1cf23fbc4 100644 --- a/meta/recipes-devtools/python/python3-pytest_8.0.2.bb +++ b/meta/recipes-devtools/python/python3-pytest_8.1.1.bb | |||
@@ -5,7 +5,7 @@ DESCRIPTION = "The pytest framework makes it easy to write small tests, yet scal | |||
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=bd27e41b6550fe0fc45356d1d81ee37c" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=bd27e41b6550fe0fc45356d1d81ee37c" |
7 | 7 | ||
8 | SRC_URI[sha256sum] = "d4051d623a2e0b7e51960ba963193b09ce6daeb9759a451844a21e4ddedfc1bd" | 8 | SRC_URI[sha256sum] = "ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044" |
9 | 9 | ||
10 | DEPENDS += "python3-setuptools-scm-native" | 10 | DEPENDS += "python3-setuptools-scm-native" |
11 | 11 | ||