We have upgraded py3-openssl module to 24.3.0 in core, which means this test now fails as py3-openssl has removed the APIs it uses [1] disable until it is fixed in google-auth module
Fixes ERROR: 'OpenSSL.crypto' has no attribute 'sign' [1] https://github.com/googleapis/google-api-python-client/issues/2554 Signed-off-by: Khem Raj <[email protected]> --- .../recipes-devtools/python/python3-google-auth/run-ptest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-google-auth/run-ptest b/meta-python/recipes-devtools/python/python3-google-auth/run-ptest index f1c8729f0e..e2f6d49fd0 100644 --- a/meta-python/recipes-devtools/python/python3-google-auth/run-ptest +++ b/meta-python/recipes-devtools/python/python3-google-auth/run-ptest @@ -1,4 +1,4 @@ #!/bin/sh -pytest --automake - +# Ignore mtls test until https://github.com/googleapis/google-api-python-client/issues/2554 is fixed +pytest --automake --deselect tests/transport/test__mtls_helper.py::TestDecryptPrivateKey
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#115433): https://lists.openembedded.org/g/openembedded-devel/message/115433 Mute This Topic: https://lists.openembedded.org/mt/111130900/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
