Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python3-google-auth: Disable TestDecryptPrivateKey ptest | Khem Raj | 2025-02-12 | 1 | -2/+2 |
| | | | | | | | | | | | | | 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> | ||||
* | python3-google-auth: add ptest and update runtime dependencies | alperak | 2024-03-08 | 1 | -0/+4 |
* Generally we want to keep images as small as possible. RDEPENDS should not contains nothing except what is absolutely needed for a recipe. * Tested on qemux86-64 and qemuarm64 * Add ptest into PTESTS_SLOW_META_PYTHON Ptest results: ============== qemux86-64: Testsuite summary TOTAL: 1074 PASS: 1074 SKIP: 0 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 227 END: /usr/lib/python3-google-auth/ptest 2024-03-07T21:30 STOP: ptest-runner TOTAL: 1 FAIL: 0 qemuarm64: Testsuite summary TOTAL: 1074 PASS: 1074 SKIP: 0 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 184 END: /usr/lib/python3-google-auth/ptest 2024-03-07T21:15 STOP: ptest-runner TOTAL: 1 FAIL: 0 Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> |