From 5bcd67a25522998bcf2d0802bbcaf7bd36359c4a Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 20 Nov 2025 17:55:15 -0800 Subject: python3-google-auth: Skip mTLS tests from ptests They need a cert infrastructure to execute. Mutual TLS authentication requires client/server certificates and a proper PKI setup that doesn't exist in the minimal qemu ptest environment. These are integration tests that need real certificate infrastructure. Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-google-auth_2.43.0.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python/recipes-devtools/python/python3-google-auth_2.43.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-google-auth_2.43.0.bb b/meta-python/recipes-devtools/python/python3-google-auth_2.43.0.bb index aa94035eb6..1a1b035a41 100644 --- a/meta-python/recipes-devtools/python/python3-google-auth_2.43.0.bb +++ b/meta-python/recipes-devtools/python/python3-google-auth_2.43.0.bb @@ -7,6 +7,7 @@ inherit pypi setuptools3 ptest SRC_URI += " \ file://0001-make-the-TLS-tests-skip-when-pyopenssl-isn-t-availab.patch \ + file://0001-python3-google-auth-Skip-mTLS-tests-in-ptest-environ.patch \ file://run-ptest \ " SRC_URI[sha256sum] = "88228eee5fc21b62a1b5fe773ca15e67778cb07dc8363adcb4a8827b52d81483" -- cgit v1.2.3-54-g00ecf