mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-07 23:47:21 +00:00
python3-textparser: Enable tests
Inherit ptest-python-pytest and include tests for textparser. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
DESCRIPTION = "A text parser written in the Python language."
|
||||
SUMMARY = "A text parser."
|
||||
HOMEPAGE = "https://github.com/eerimoq/textparser"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=fe9942a8bba5458a9dbd11277bc347ad"
|
||||
@@ -9,7 +10,13 @@ PYPI_PACKAGE = "textparser"
|
||||
|
||||
DEPENDS += "python3-setuptools-scm-native"
|
||||
|
||||
inherit pypi python_setuptools_build_meta
|
||||
RDEPENDS:${PN}-ptest += "\
|
||||
python3-mypy \
|
||||
python3-ruff \
|
||||
python3-coverage \
|
||||
"
|
||||
|
||||
inherit pypi python_setuptools_build_meta ptest-python-pytest
|
||||
|
||||
CLEANBROKEN = "1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user