mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
python3-google-auth: Disable TestDecryptPrivateKey ptest
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 <raj.khem@gmail.com>
This commit is contained in:
parent
ead8f7b327
commit
d390ea7766
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user