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>
This commit is contained in:
Wang Mingyu
2025-08-21 16:59:47 +08:00
committed by Khem Raj
parent b7084b9670
commit b693c769f3

View File

@@ -0,0 +1,23 @@
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)."
HOMEPAGE = "https://github.com/Teemu/pytest-sugar"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e485b36215d1a038821b3e51bd189197"
SRC_URI += "file://run-ptest"
SRC_URI[sha256sum] = "53138645cabc311a677bb09c307eab41681a563e498318cd2a0d7cd184837af4"
inherit pypi python_poetry_core ptest-python-pytest
PACKAGECONFIG ?= ""
PACKAGECONFIG[dev] = ",,,python3-black python3-flake8 python3-pre-commit"
do_install_ptest:append() {
install -d ${D}${PTEST_PATH}/tests
cp -rf ${S}/test_sugar.py ${D}${PTEST_PATH}/tests/
}
RDEPENDS:${PN} += "python3-packaging python3-pytest python3-termcolor \
python3-core python3-packaging python3-pytest \
python3-pytest-xdist"
RDEPENDS:${PN}-ptest += "python3-tox"