diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-11-20 17:55:15 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-11-20 18:10:36 -0800 |
| commit | 5bcd67a25522998bcf2d0802bbcaf7bd36359c4a (patch) | |
| tree | 4bad6e293b49cd49a75f0c1c4aad877c032fd68f /meta-python/recipes-devtools/python/python3-google-auth_2.43.0.bb | |
| parent | 13b779865602fcf22e222888bcb022ddb3aaccf0 (diff) | |
| download | meta-openembedded-5bcd67a25522998bcf2d0802bbcaf7bd36359c4a.tar.gz | |
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 <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-google-auth_2.43.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-google-auth_2.43.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
| 7 | 7 | ||
| 8 | SRC_URI += " \ | 8 | SRC_URI += " \ |
| 9 | file://0001-make-the-TLS-tests-skip-when-pyopenssl-isn-t-availab.patch \ | 9 | file://0001-make-the-TLS-tests-skip-when-pyopenssl-isn-t-availab.patch \ |
| 10 | file://0001-python3-google-auth-Skip-mTLS-tests-in-ptest-environ.patch \ | ||
| 10 | file://run-ptest \ | 11 | file://run-ptest \ |
| 11 | " | 12 | " |
| 12 | SRC_URI[sha256sum] = "88228eee5fc21b62a1b5fe773ca15e67778cb07dc8363adcb4a8827b52d81483" | 13 | SRC_URI[sha256sum] = "88228eee5fc21b62a1b5fe773ca15e67778cb07dc8363adcb4a8827b52d81483" |
