summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pytest-mock_3.14.1.bb
diff options
context:
space:
mode:
authorLiu Yiding <liuyd.fnst@fujitsu.com>2025-11-25 17:16:31 +0800
committerKhem Raj <raj.khem@gmail.com>2025-11-25 07:44:42 -0800
commit2c9a4075ef6ada63d9a0c4e0df5ead484c2f2685 (patch)
tree0bb17b2a5f3c0cbbf97a370d6b56e19333c9a4e2 /meta-python/recipes-devtools/python/python3-pytest-mock_3.14.1.bb
parent7433f87f3283bea65cab270ac6d5058eeb2a19a2 (diff)
downloadmeta-openembedded-2c9a4075ef6ada63d9a0c4e0df5ead484c2f2685.tar.gz
python3-pytest-mock: upgrade 3.14.1 -> 3.15.1
1. Changelog: https://github.com/pytest-dev/pytest-mock/releases/tag/v3.15.1 2. Remove 0001-Add-asyncio-fixture-to-test_instance_async_method_sp.patch as it has been mergerd upstream. Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pytest-mock_3.14.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pytest-mock_3.14.1.bb35
1 files changed, 0 insertions, 35 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pytest-mock_3.14.1.bb b/meta-python/recipes-devtools/python/python3-pytest-mock_3.14.1.bb
deleted file mode 100644
index 07e2c60f54..0000000000
--- a/meta-python/recipes-devtools/python/python3-pytest-mock_3.14.1.bb
+++ /dev/null
@@ -1,35 +0,0 @@
1SUMMARY = "Thin-wrapper around the mock package for easier use with pytest"
2HOMEPAGE = "https://github.com/pytest-dev/pytest-mock/"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = " \
5 file://LICENSE;md5=b2ddb1e69238461b7e4ef2a84d874109 \
6"
7
8SRC_URI += " \
9 file://0001-Add-asyncio-fixture-to-test_instance_async_method_sp.patch \
10 file://run-ptest \
11"
12SRC_URI[sha256sum] = "159e9edac4c451ce77a5cdb9fc5d1100708d2dd4ba3c3df572f14097351af80e"
13
14inherit pypi python_setuptools_build_meta ptest
15
16PYPI_PACKAGE = "pytest_mock"
17UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
18
19DEPENDS += "python3-setuptools-scm-native"
20
21RDEPENDS:${PN}-ptest += " \
22 python3-asyncio \
23 python3-misc \
24 python3-mock \
25 python3-pytest \
26 python3-pytest-asyncio \
27 python3-threading \
28 python3-tox \
29 python3-unittest-automake-output \
30"
31
32do_install_ptest() {
33 install -d ${D}${PTEST_PATH}/tests
34 cp -rf ${S}/tests ${D}${PTEST_PATH}/
35}