summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2024-02-23 17:46:49 +0000
committerKhem Raj <raj.khem@gmail.com>2024-02-26 08:13:20 -0800
commitbb8e0534be8349e73b069a63739e965e9442934e (patch)
treef89586892cd47744e57d3e4ddc221c44304fcc2e
parentb0a2d2d63d875fcf11792e6a9981886c54342535 (diff)
downloadmeta-openembedded-bb8e0534be8349e73b069a63739e965e9442934e.tar.gz
python3-typeguard: update ptest dependencies and re-enable functional tests
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/conf/include/ptest-packagelists-meta-python.inc2
-rw-r--r--meta-python/recipes-devtools/python/python3-typeguard_4.1.5.bb1
2 files changed, 2 insertions, 1 deletions
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 = "\
58 python3-sqlparse \ 58 python3-sqlparse \
59 python3-tomlkit \ 59 python3-tomlkit \
60 python3-trustme \ 60 python3-trustme \
61 python3-typeguard \
61 python3-ujson \ 62 python3-ujson \
62 python3-u-msgpack-python \ 63 python3-u-msgpack-python \
63 python3-unidiff \ 64 python3-unidiff \
@@ -82,7 +83,6 @@ PTESTS_PROBLEMS_META_PYTHON ="\
82 python3-pyzmq \ 83 python3-pyzmq \
83 python3-scrypt \ 84 python3-scrypt \
84 python3-service-identity \ 85 python3-service-identity \
85 python3-typeguard \
86 python3-whoosh \ 86 python3-whoosh \
87 python3-xlrd \ 87 python3-xlrd \
88" 88"
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 += " \
21 python3-typing-extensions \ 21 python3-typing-extensions \
22 python3-unittest-automake-output \ 22 python3-unittest-automake-output \
23 python3-unixadmin \ 23 python3-unixadmin \
24 python3-mypy \
24" 25"
25 26
26do_install_ptest() { 27do_install_ptest() {