pytest depends on the annotationlib module, which is in the python3-misc split. Without this, many of the other packages' ptests will fail right away when pytest tries to import the missing module.
Signed-off-by: Trevor Gamblin <[email protected]> --- meta/recipes-devtools/python/python3-pytest_8.4.2.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/python/python3-pytest_8.4.2.bb b/meta/recipes-devtools/python/python3-pytest_8.4.2.bb index d85033cd1f..baf72a31d9 100644 --- a/meta/recipes-devtools/python/python3-pytest_8.4.2.bb +++ b/meta/recipes-devtools/python/python3-pytest_8.4.2.bb @@ -17,6 +17,7 @@ RDEPENDS:${PN} += " \ python3-doctest \ python3-iniconfig \ python3-json \ + python3-misc \ python3-packaging \ python3-pluggy \ python3-pygments \ -- 2.52.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#227320): https://lists.openembedded.org/g/openembedded-core/message/227320 Mute This Topic: https://lists.openembedded.org/mt/116616581/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
