blob: 506f4c065bd9c5ea9bd1839560cd698b067b01d2 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SUMMARY = "py.test plugin to abort hanging tests"
2HOMEPAGE = "https://github.com/pytest-dev/pytest-timeout/"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=d8048cd156eda3df2e7f111b0ae9ceff"
5
6PYPI_PACKAGE = "pytest-timeout"
7
Andrew Geisslerc87764f2020-06-27 00:16:32 -05008SRC_URI[md5sum] = "c458dd7d417a5f2dbae0f1f6073845f7"
9SRC_URI[sha256sum] = "6d0fb4ce74cebb81be252e4e0d9c2a91f30270b33208cfa0f1da6eed9abf18ac"
Andrew Geissler82c905d2020-04-13 13:39:40 -050010
11inherit pypi setuptools3
12
13RDEPENDS_${PN} = "${PYTHON_PN}-pytest"