diff mbox series

[meta-python] python3-typeguard: update ptest dependencies and re-enable functional tests

Message ID 20240223174649.2545134-1-derek@asterius.io
State Accepted
Headers show
Series [meta-python] python3-typeguard: update ptest dependencies and re-enable functional tests | expand

Commit Message

Derek Straka Feb. 23, 2024, 5:46 p.m. UTC
Signed-off-by: Derek Straka <derek@asterius.io>
---
 meta-python/conf/include/ptest-packagelists-meta-python.inc    | 2 +-
 meta-python/recipes-devtools/python/python3-typeguard_4.1.5.bb | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc b/meta-python/conf/include/ptest-packagelists-meta-python.inc
index 6903157ce..b3ed60a26 100644
--- a/meta-python/conf/include/ptest-packagelists-meta-python.inc
+++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc
@@ -58,6 +58,7 @@  PTESTS_FAST_META_PYTHON = "\
     python3-sqlparse \
     python3-tomlkit \
     python3-trustme \
+    python3-typeguard \
     python3-ujson \
     python3-u-msgpack-python \
     python3-unidiff \
@@ -82,7 +83,6 @@  PTESTS_PROBLEMS_META_PYTHON ="\
     python3-pyzmq \
     python3-scrypt \
     python3-service-identity \
-    python3-typeguard \
     python3-whoosh \
     python3-xlrd \
 "
diff --git a/meta-python/recipes-devtools/python/python3-typeguard_4.1.5.bb b/meta-python/recipes-devtools/python/python3-typeguard_4.1.5.bb
index 000620ef7..1e9f6685d 100644
--- a/meta-python/recipes-devtools/python/python3-typeguard_4.1.5.bb
+++ b/meta-python/recipes-devtools/python/python3-typeguard_4.1.5.bb
@@ -21,6 +21,7 @@  RDEPENDS:${PN}-ptest += " \
     python3-typing-extensions \
     python3-unittest-automake-output \
     python3-unixadmin \
+    python3-mypy \
 "
 
 do_install_ptest() {