diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pytest-mock_3.12.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pytest-mock_3.12.0.bb | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pytest-mock_3.12.0.bb b/meta-python/recipes-devtools/python/python3-pytest-mock_3.12.0.bb deleted file mode 100644 index e9a9a4fbc5..0000000000 --- a/meta-python/recipes-devtools/python/python3-pytest-mock_3.12.0.bb +++ /dev/null | |||
@@ -1,33 +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 | git://github.com/pytest-dev/pytest-mock;branch=main;protocol=https \ | ||
10 | file://run-ptest \ | ||
11 | file://0001-test_pytest_mock-skip-args-introspection-tests.patch \ | ||
12 | file://403.patch \ | ||
13 | " | ||
14 | SRCREV = "69adc6f76c1a7baf4e7a728da9eec38741d5783e" | ||
15 | |||
16 | inherit setuptools3 ptest | ||
17 | |||
18 | DEPENDS += "python3-setuptools-scm-native" | ||
19 | |||
20 | RDEPENDS:${PN} += " \ | ||
21 | python3-asyncio \ | ||
22 | python3-pytest \ | ||
23 | python3-pytest-asyncio \ | ||
24 | python3-unittest \ | ||
25 | python3-unittest-automake-output \ | ||
26 | " | ||
27 | |||
28 | S = "${WORKDIR}/git" | ||
29 | |||
30 | do_install_ptest() { | ||
31 | install -d ${D}${PTEST_PATH}/tests | ||
32 | cp -rf ${S}/tests ${D}${PTEST_PATH}/ | ||
33 | } | ||