Accepting request 1243430 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1243430 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-auth?expand=0&rev=53
This commit is contained in:
commit
8bb7122fa7
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 5 13:24:01 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- 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 <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user