diff options
author | Tom Geelen <t.f.g.geelen@gmail.com> | 2024-05-24 17:43:44 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-05-24 14:31:08 -0700 |
commit | cdcea59695f433654885f2fafac216104d1234bf (patch) | |
tree | bf71a7406a3c2ec39c57279acd510488f9d29094 | |
parent | 81647e10c2eb4196b3747701294ebccdaab14467 (diff) | |
download | meta-openembedded-cdcea59695f433654885f2fafac216104d1234bf.tar.gz |
python3-pytest-socket: new recipe
Pytest Plugin to disable socket calls during tests
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pytest-socket_0.7.0.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pytest-socket_0.7.0.bb b/meta-python/recipes-devtools/python/python3-pytest-socket_0.7.0.bb new file mode 100644 index 0000000000..86b03724a0 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pytest-socket_0.7.0.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | SUMMARY = "Pytest Plugin to disable socket calls during tests" | ||
2 | HOMEPAGE = "https://github.com/miketheman/pytest-socket" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1752f63a3a8a02fed42e580e9b94a081" | ||
5 | |||
6 | SRC_URI[sha256sum] = "71ab048cbbcb085c15a4423b73b619a8b35d6a307f46f78ea46be51b1b7e11b3" | ||
7 | |||
8 | inherit pypi python_poetry_core | ||
9 | |||
10 | RDEPENDS:${PN} = "python3-pytest" | ||
11 | |||
12 | BBCLASSEXTEND = "native nativesdk" | ||
13 | |||
14 | PYPI_PACKAGE = "pytest_socket" | ||