2025-05-30 08:24:43 +00:00
|
|
|
diff -Nru google_auth_oauthlib-1.2.2.orig/tests/unit/test_flow.py google_auth_oauthlib-1.2.2/tests/unit/test_flow.py
|
|
|
|
|
--- google_auth_oauthlib-1.2.2.orig/tests/unit/test_flow.py 2025-04-22 18:36:18.000000000 +0200
|
|
|
|
|
+++ google_auth_oauthlib-1.2.2/tests/unit/test_flow.py 2025-05-19 15:48:51.119128294 +0200
|
|
|
|
|
@@ -20,7 +20,7 @@
|
|
|
|
|
import re
|
2022-06-09 15:17:48 +00:00
|
|
|
import socket
|
|
|
|
|
|
|
|
|
|
-import mock
|
|
|
|
|
+from unittest import mock
|
|
|
|
|
import pytest
|
|
|
|
|
import requests
|
|
|
|
|
import urllib
|
2025-05-30 08:24:43 +00:00
|
|
|
diff -Nru google_auth_oauthlib-1.2.2.orig/tests/unit/test_helpers.py google_auth_oauthlib-1.2.2/tests/unit/test_helpers.py
|
|
|
|
|
--- google_auth_oauthlib-1.2.2.orig/tests/unit/test_helpers.py 2025-04-22 18:36:18.000000000 +0200
|
|
|
|
|
+++ google_auth_oauthlib-1.2.2/tests/unit/test_helpers.py 2025-05-19 15:48:51.117975705 +0200
|
2022-11-08 09:23:50 +00:00
|
|
|
@@ -16,7 +16,7 @@
|
2022-06-09 15:17:48 +00:00
|
|
|
import json
|
|
|
|
|
import os
|
|
|
|
|
|
|
|
|
|
-import mock
|
|
|
|
|
+from unittest import mock
|
|
|
|
|
import pytest
|
|
|
|
|
|
2022-11-08 09:23:50 +00:00
|
|
|
from google.auth import external_account_authorized_user
|
2025-05-30 08:24:43 +00:00
|
|
|
diff -Nru google_auth_oauthlib-1.2.2.orig/tests/unit/test_interactive.py google_auth_oauthlib-1.2.2/tests/unit/test_interactive.py
|
|
|
|
|
--- google_auth_oauthlib-1.2.2.orig/tests/unit/test_interactive.py 2025-04-22 18:36:18.000000000 +0200
|
|
|
|
|
+++ google_auth_oauthlib-1.2.2/tests/unit/test_interactive.py 2025-05-19 15:48:51.116736793 +0200
|
2022-06-09 15:17:48 +00:00
|
|
|
@@ -14,7 +14,7 @@
|
|
|
|
|
|
|
|
|
|
import socket
|
|
|
|
|
|
|
|
|
|
-import mock
|
|
|
|
|
+from unittest import mock
|
|
|
|
|
import pytest
|
|
|
|
|
|
|
|
|
|
|
2025-05-30 08:24:43 +00:00
|
|
|
diff -Nru google_auth_oauthlib-1.2.2.orig/tests/unit/test_tool.py google_auth_oauthlib-1.2.2/tests/unit/test_tool.py
|
|
|
|
|
--- google_auth_oauthlib-1.2.2.orig/tests/unit/test_tool.py 2025-04-22 18:36:18.000000000 +0200
|
|
|
|
|
+++ google_auth_oauthlib-1.2.2/tests/unit/test_tool.py 2025-05-19 15:48:51.114736755 +0200
|
2022-11-08 09:23:50 +00:00
|
|
|
@@ -19,7 +19,7 @@
|
2022-06-09 15:17:48 +00:00
|
|
|
|
|
|
|
|
import click.testing
|
|
|
|
|
import google.oauth2.credentials
|
|
|
|
|
-import mock
|
|
|
|
|
+from unittest import mock
|
|
|
|
|
import pytest
|
|
|
|
|
|
|
|
|
|
import google_auth_oauthlib.flow
|