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