diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-09-03 17:03:06 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-09-04 10:28:28 -0700 |
| commit | 67c9f3ef34a92b83dcf8860b0db858dd89424cca (patch) | |
| tree | 9cd258a3a2b02543a49e63ee8eae32ba4b6c6660 /meta-python/recipes-devtools/python/python3-pytest-sugar_1.1.1.bb | |
| parent | fd9640dcca3d1e3eaaef8c3d80c278c3bd055e06 (diff) | |
| download | meta-openembedded-67c9f3ef34a92b83dcf8860b0db858dd89424cca.tar.gz | |
python3-pytest-sugar: upgrade 1.1.0 -> 1.1.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pytest-sugar_1.1.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pytest-sugar_1.1.1.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pytest-sugar_1.1.1.bb b/meta-python/recipes-devtools/python/python3-pytest-sugar_1.1.1.bb new file mode 100644 index 0000000000..86de98675e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pytest-sugar_1.1.1.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | SUMMARY = "pytest-sugar is a plugin for pytest that changes the default look and feel of pytest (e.g. progressbar, show tests that fail instantly)." | ||
| 2 | HOMEPAGE = "https://github.com/Teemu/pytest-sugar" | ||
| 3 | LICENSE = "BSD-3-Clause" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e485b36215d1a038821b3e51bd189197" | ||
| 5 | |||
| 6 | SRC_URI += "file://run-ptest" | ||
| 7 | SRC_URI[sha256sum] = "73b8b65163ebf10f9f671efab9eed3d56f20d2ca68bda83fa64740a92c08f65d" | ||
| 8 | |||
| 9 | inherit pypi python_poetry_core ptest-python-pytest | ||
| 10 | |||
| 11 | PACKAGECONFIG ?= "" | ||
| 12 | PACKAGECONFIG[dev] = ",,,python3-black python3-flake8 python3-pre-commit" | ||
| 13 | |||
| 14 | do_install_ptest:append() { | ||
| 15 | install -d ${D}${PTEST_PATH}/tests | ||
| 16 | cp -rf ${S}/test_sugar.py ${D}${PTEST_PATH}/tests/ | ||
| 17 | } | ||
| 18 | |||
| 19 | RDEPENDS:${PN} += "python3-packaging python3-pytest python3-termcolor \ | ||
| 20 | python3-core python3-packaging python3-pytest \ | ||
| 21 | python3-pytest-xdist" | ||
| 22 | |||
| 23 | RDEPENDS:${PN}-ptest += "python3-tox" | ||
