python3-pytest-socket_0.7.0.bb 482 B

123456789101112131415
  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. SRC_URI[sha256sum] = "71ab048cbbcb085c15a4423b73b619a8b35d6a307f46f78ea46be51b1b7e11b3"
  6. inherit pypi python_poetry_core
  7. RDEPENDS:${PN} = "python3-pytest"
  8. BBCLASSEXTEND = "native nativesdk"
  9. PYPI_PACKAGE = "pytest_socket"
  10. UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"