summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pytest-sugar_1.0.0.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-08-21 16:59:47 +0800
committerKhem Raj <raj.khem@gmail.com>2025-08-21 13:15:38 -0700
commitb693c769f30aef60e7ed9175aa3df165b3140605 (patch)
tree2ba9e8fad245b2097f27dd7bf900d3523b246a8e /meta-python/recipes-devtools/python/python3-pytest-sugar_1.0.0.bb
parentb7084b9670248b04000fbd2f182bb23d452f103a (diff)
downloadmeta-openembedded-b693c769f30aef60e7ed9175aa3df165b3140605.tar.gz
python3-pytest-sugar: upgrade 1.0.0 -> 1.1.0
License-Update: Clarify license as BSD 3-Clause License 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.0.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pytest-sugar_1.0.0.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pytest-sugar_1.0.0.bb b/meta-python/recipes-devtools/python/python3-pytest-sugar_1.0.0.bb
deleted file mode 100644
index 9ce29aef7e..0000000000
--- a/meta-python/recipes-devtools/python/python3-pytest-sugar_1.0.0.bb
+++ /dev/null
@@ -1,23 +0,0 @@
1SUMMARY = "pytest-sugar is a plugin for pytest that changes the default look and feel of pytest (e.g. progressbar, show tests that fail instantly)."
2HOMEPAGE = "https://github.com/Teemu/pytest-sugar"
3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=dfc31f3b2a6a301239a1ba99b71a9459"
5
6SRC_URI += "file://run-ptest"
7SRC_URI[sha256sum] = "6422e83258f5b0c04ce7c632176c7732cab5fdb909cb39cca5c9139f81276c0a"
8
9inherit pypi python_poetry_core ptest-python-pytest
10
11PACKAGECONFIG ?= ""
12PACKAGECONFIG[dev] = ",,,python3-black python3-flake8 python3-pre-commit"
13
14do_install_ptest:append() {
15 install -d ${D}${PTEST_PATH}/tests
16 cp -rf ${S}/test_sugar.py ${D}${PTEST_PATH}/tests/
17}
18
19RDEPENDS:${PN} += "python3-packaging python3-pytest python3-termcolor \
20 python3-core python3-packaging python3-pytest \
21 python3-pytest-xdist"
22
23RDEPENDS:${PN}-ptest += "python3-tox"