From cc1ec784bfae4e60c95915923e511a1fea92d5e1 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 15 Nov 2025 15:49:14 -0800 Subject: python3-rich-toolkit: Enable ptests Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-rich-toolkit_0.15.1.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-rich-toolkit_0.15.1.bb b/meta-python/recipes-devtools/python/python3-rich-toolkit_0.15.1.bb index d63850b3ba..b649d41575 100644 --- a/meta-python/recipes-devtools/python/python3-rich-toolkit_0.15.1.bb +++ b/meta-python/recipes-devtools/python/python3-rich-toolkit_0.15.1.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://pyproject.toml;md5=29c91c89ee62891477a1476375143bef;b SRC_URI[sha256sum] = "6f9630eb29f3843d19d48c3bd5706a086d36d62016687f9d0efa027ddc2dd08a" -inherit pypi python_hatchling +inherit pypi python_hatchling ptest-python-pytest PYPI_PACKAGE = "rich_toolkit" @@ -13,4 +13,5 @@ RDEPENDS:${PN} = "\ python3-click \ python3-rich \ python3-typing-extensions \ + python3-inline-snapshot \ " -- cgit v1.2.3-54-g00ecf