diff options
| author | Liu Yiding <liuyd.fnst@fujitsu.com> | 2025-11-25 17:16:31 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-11-25 07:44:42 -0800 |
| commit | 2c9a4075ef6ada63d9a0c4e0df5ead484c2f2685 (patch) | |
| tree | 0bb17b2a5f3c0cbbf97a370d6b56e19333c9a4e2 /meta-python/recipes-devtools/python/python3-pytest-mock_3.14.1.bb | |
| parent | 7433f87f3283bea65cab270ac6d5058eeb2a19a2 (diff) | |
| download | meta-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.bb | 35 |
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 @@ | |||
| 1 | SUMMARY = "Thin-wrapper around the mock package for easier use with pytest" | ||
| 2 | HOMEPAGE = "https://github.com/pytest-dev/pytest-mock/" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = " \ | ||
| 5 | file://LICENSE;md5=b2ddb1e69238461b7e4ef2a84d874109 \ | ||
| 6 | " | ||
| 7 | |||
| 8 | SRC_URI += " \ | ||
| 9 | file://0001-Add-asyncio-fixture-to-test_instance_async_method_sp.patch \ | ||
| 10 | file://run-ptest \ | ||
| 11 | " | ||
| 12 | SRC_URI[sha256sum] = "159e9edac4c451ce77a5cdb9fc5d1100708d2dd4ba3c3df572f14097351af80e" | ||
| 13 | |||
| 14 | inherit pypi python_setuptools_build_meta ptest | ||
| 15 | |||
| 16 | PYPI_PACKAGE = "pytest_mock" | ||
| 17 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
| 18 | |||
| 19 | DEPENDS += "python3-setuptools-scm-native" | ||
| 20 | |||
| 21 | RDEPENDS:${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 | |||
| 32 | do_install_ptest() { | ||
| 33 | install -d ${D}${PTEST_PATH}/tests | ||
| 34 | cp -rf ${S}/tests ${D}${PTEST_PATH}/ | ||
| 35 | } | ||
