diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pytest-picked_0.5.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pytest-picked_0.5.1.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pytest-picked_0.5.1.bb b/meta-python/recipes-devtools/python/python3-pytest-picked_0.5.1.bb new file mode 100644 index 0000000000..c7c2183337 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pytest-picked_0.5.1.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | SUMMARY = "Run the tests related to the changed files" | ||
| 2 | HOMEPAGE = "https://github.com/anapaulagomes/pytest-picked" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6d374a27c85c3fcc979009952ec16f1b" | ||
| 5 | RECIPE_MAINTAINER = "Tom Geelen <t.f.g.geelen@gmail.com>" | ||
| 6 | |||
| 7 | SRC_URI += "file://run-ptest \ | ||
| 8 | file://0001-adjust-failing-tests-to-capture-only-ptest-output.patch \ | ||
| 9 | " | ||
| 10 | SRC_URI[sha256sum] = "6634c4356a560a5dc3dba35471865e6eb06bbd356b56b69c540593e9d5620ded" | ||
| 11 | |||
| 12 | inherit pypi python_setuptools_build_meta ptest-python-pytest | ||
| 13 | |||
| 14 | RDEPENDS:${PN} += "\ | ||
| 15 | git \ | ||
| 16 | python3-pytest (>=3.7.0) \ | ||
| 17 | " | ||
| 18 | |||
| 19 | PYPI_PACKAGE = "pytest_picked" | ||
| 20 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
