summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pytest-mock_3.12.0.bb
diff options
context:
space:
mode:
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.bb33
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 @@
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 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"
14SRCREV = "69adc6f76c1a7baf4e7a728da9eec38741d5783e"
15
16inherit setuptools3 ptest
17
18DEPENDS += "python3-setuptools-scm-native"
19
20RDEPENDS:${PN} += " \
21 python3-asyncio \
22 python3-pytest \
23 python3-pytest-asyncio \
24 python3-unittest \
25 python3-unittest-automake-output \
26"
27
28S = "${WORKDIR}/git"
29
30do_install_ptest() {
31 install -d ${D}${PTEST_PATH}/tests
32 cp -rf ${S}/tests ${D}${PTEST_PATH}/
33}