From 629caa3e3a50cb45cb0e349cb2054f3286aabf6f09ab697ca110abaf254ddaaa Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 5 Feb 2025 15:49:04 +0000 Subject: [PATCH] Accepting request 1243370 from home:mcalabkova:branches:devel:languages:python - Skip test broken with new pyOpenSSL * as pyOpenSSL should not be used anymore and continues deprecating functionality, this library should really be migrated to cryptography, otherwise we are facing serious problems in the future * https://github.com/googleapis/google-auth-library-python/issues/1665 OBS-URL: https://build.opensuse.org/request/show/1243370 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=110 --- python-google-auth.changes | 9 +++++++++ python-google-auth.spec | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/python-google-auth.changes b/python-google-auth.changes index 66fa5eb..4f09a23 100644 --- a/python-google-auth.changes +++ b/python-google-auth.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Feb 5 13:24:01 UTC 2025 - Markéta Machová + +- Skip test broken with new pyOpenSSL + * as pyOpenSSL should not be used anymore and continues deprecating + functionality, this library should really be migrated to cryptography, + otherwise we are facing serious problems in the future + * https://github.com/googleapis/google-auth-library-python/issues/1665 + ------------------------------------------------------------------- Thu Jan 30 13:30:46 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-google-auth.spec b/python-google-auth.spec index 7f2a160..d1ceb33 100644 --- a/python-google-auth.spec +++ b/python-google-auth.spec @@ -74,7 +74,8 @@ This library simplifies using Google’s various server-to-server authentication %check # don't test deprecated oauth2client utilities if we don't have it anymore -%pytest --ignore tests/test__oauth2client.py +# deprecated OpenSSL.crypto started dropping functionality: https://github.com/googleapis/google-auth-library-python/issues/1665 +%pytest --ignore tests/test__oauth2client.py -k "not (TestDecryptPrivateKey and test_success)" %files %{python_files} %license LICENSE