forked from pool/python-google-auth-httplib2
- do not require python-mock for build - added patches fix https://github.com/googleapis/google-auth-library-python-httplib2/issues/68 + python-google-auth-httplib2-no-mock.patch OBS-URL: https://build.opensuse.org/request/show/981297 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth-httplib2?expand=0&rev=6
13 lines
508 B
Diff
13 lines
508 B
Diff
diff -upr google-auth-httplib2-0.1.0.orig/tests/test_google_auth_httplib2.py google-auth-httplib2-0.1.0/tests/test_google_auth_httplib2.py
|
|
--- google-auth-httplib2-0.1.0.orig/tests/test_google_auth_httplib2.py 2022-06-08 13:33:16.841483803 +0200
|
|
+++ google-auth-httplib2-0.1.0/tests/test_google_auth_httplib2.py 2022-06-08 13:33:16.845483827 +0200
|
|
@@ -13,7 +13,7 @@
|
|
# limitations under the License.
|
|
|
|
import httplib2
|
|
-import mock
|
|
+from unittest import mock
|
|
import six
|
|
from six.moves import http_client
|
|
|