rdobuilder fc8213
diff -up ./tests/asyncio/future/test_async_future.py.orig ./tests/asyncio/future/test_async_future.py
rdobuilder fc8213
--- ./tests/asyncio/future/test_async_future.py.orig	2021-08-23 07:02:16.988893673 -0500
rdobuilder fc8213
+++ ./tests/asyncio/future/test_async_future.py	2021-08-23 07:05:20.264433127 -0500
rdobuilder fc8213
@@ -14,7 +14,7 @@
rdobuilder fc8213
 
rdobuilder fc8213
 import asyncio
rdobuilder fc8213
 
rdobuilder fc8213
-import mock
rdobuilder fc8213
+from unittest import mock
rdobuilder fc8213
 import pytest
rdobuilder fc8213
 
rdobuilder fc8213
 from google.api_core import exceptions
rdobuilder fc8213
diff -up ./tests/asyncio/gapic/test_method_async.py.orig ./tests/asyncio/gapic/test_method_async.py
rdobuilder fc8213
--- ./tests/asyncio/gapic/test_method_async.py.orig	2021-08-23 07:02:16.988893673 -0500
rdobuilder fc8213
+++ ./tests/asyncio/gapic/test_method_async.py	2021-08-23 07:05:20.265433119 -0500
rdobuilder fc8213
@@ -15,7 +15,7 @@
rdobuilder fc8213
 import datetime
rdobuilder fc8213
 
rdobuilder fc8213
 from grpc import aio
rdobuilder fc8213
-import mock
rdobuilder fc8213
+from unittest import mock
rdobuilder fc8213
 import pytest
rdobuilder fc8213
 
rdobuilder fc8213
 from google.api_core import exceptions
rdobuilder fc8213
diff -up ./tests/asyncio/operations_v1/test_operations_async_client.py.orig ./tests/asyncio/operations_v1/test_operations_async_client.py
rdobuilder fc8213
--- ./tests/asyncio/operations_v1/test_operations_async_client.py.orig	2021-08-23 07:02:16.988893673 -0500
rdobuilder fc8213
+++ ./tests/asyncio/operations_v1/test_operations_async_client.py	2021-08-23 07:05:20.265433119 -0500
rdobuilder fc8213
@@ -13,7 +13,7 @@
rdobuilder fc8213
 # limitations under the License.
rdobuilder fc8213
 
rdobuilder fc8213
 from grpc import aio
rdobuilder fc8213
-import mock
rdobuilder fc8213
+from unittest import mock
rdobuilder fc8213
 import pytest
rdobuilder fc8213
 
rdobuilder fc8213
 from google.api_core import grpc_helpers_async, operations_v1, page_iterator_async
rdobuilder fc8213
diff -up ./tests/asyncio/test_grpc_helpers_async.py.orig ./tests/asyncio/test_grpc_helpers_async.py
rdobuilder fc8213
--- ./tests/asyncio/test_grpc_helpers_async.py.orig	2021-08-23 07:02:16.988893673 -0500
rdobuilder fc8213
+++ ./tests/asyncio/test_grpc_helpers_async.py	2021-08-23 07:05:20.265433119 -0500
rdobuilder fc8213
@@ -14,7 +14,7 @@
rdobuilder fc8213
 
rdobuilder fc8213
 import grpc
rdobuilder fc8213
 from grpc import aio
rdobuilder fc8213
-import mock
rdobuilder fc8213
+from unittest import mock
rdobuilder fc8213
 import pytest
rdobuilder fc8213
 
rdobuilder fc8213
 from google.api_core import exceptions
rdobuilder fc8213
diff -up ./tests/asyncio/test_operation_async.py.orig ./tests/asyncio/test_operation_async.py
rdobuilder fc8213
--- ./tests/asyncio/test_operation_async.py.orig	2021-08-23 07:02:16.988893673 -0500
rdobuilder fc8213
+++ ./tests/asyncio/test_operation_async.py	2021-08-23 07:05:20.266433111 -0500
rdobuilder fc8213
@@ -13,7 +13,7 @@
rdobuilder fc8213
 # limitations under the License.
rdobuilder fc8213
 
rdobuilder fc8213
 
rdobuilder fc8213
-import mock
rdobuilder fc8213
+from unittest import mock
rdobuilder fc8213
 import pytest
rdobuilder fc8213
 
rdobuilder fc8213
 from google.api_core import exceptions
rdobuilder fc8213
diff -up ./tests/asyncio/test_page_iterator_async.py.orig ./tests/asyncio/test_page_iterator_async.py
rdobuilder fc8213
--- ./tests/asyncio/test_page_iterator_async.py.orig	2021-08-23 07:02:16.988893673 -0500
rdobuilder fc8213
+++ ./tests/asyncio/test_page_iterator_async.py	2021-08-23 07:05:20.266433111 -0500
rdobuilder fc8213
@@ -14,7 +14,7 @@
rdobuilder fc8213
 
rdobuilder fc8213
 import inspect
rdobuilder fc8213
 
rdobuilder fc8213
-import mock
rdobuilder fc8213
+from unittest import mock
rdobuilder fc8213
 import pytest
rdobuilder fc8213
 
rdobuilder fc8213
 from google.api_core import page_iterator_async
rdobuilder fc8213
diff -up ./tests/asyncio/test_retry_async.py.orig ./tests/asyncio/test_retry_async.py
rdobuilder fc8213
--- ./tests/asyncio/test_retry_async.py.orig	2021-08-23 07:02:16.989893665 -0500
rdobuilder fc8213
+++ ./tests/asyncio/test_retry_async.py	2021-08-23 07:05:20.267433103 -0500
rdobuilder fc8213
@@ -15,7 +15,7 @@
rdobuilder fc8213
 import datetime
rdobuilder fc8213
 import re
rdobuilder fc8213
 
rdobuilder fc8213
-import mock
rdobuilder fc8213
+from unittest import mock
rdobuilder fc8213
 import pytest
rdobuilder fc8213
 
rdobuilder fc8213
 from google.api_core import exceptions
rdobuilder fc8213
diff -up ./tests/unit/future/test__helpers.py.orig ./tests/unit/future/test__helpers.py
rdobuilder fc8213
--- ./tests/unit/future/test__helpers.py.orig	2021-08-23 07:02:16.989893665 -0500
rdobuilder fc8213
+++ ./tests/unit/future/test__helpers.py	2021-08-23 07:05:20.267433103 -0500
rdobuilder fc8213
@@ -12,7 +12,7 @@
rdobuilder fc8213
 # See the License for the specific language governing permissions and
rdobuilder fc8213
 # limitations under the License.
rdobuilder fc8213
 
rdobuilder fc8213
-import mock
rdobuilder fc8213
+from unittest import mock
rdobuilder fc8213
 
rdobuilder fc8213
 from google.api_core.future import _helpers
rdobuilder fc8213
 
rdobuilder fc8213
diff -up ./tests/unit/future/test_polling.py.orig ./tests/unit/future/test_polling.py
rdobuilder fc8213
--- ./tests/unit/future/test_polling.py.orig	2021-08-23 07:02:16.989893665 -0500
rdobuilder fc8213
+++ ./tests/unit/future/test_polling.py	2021-08-23 07:05:20.268433095 -0500
rdobuilder fc8213
@@ -16,7 +16,7 @@ import concurrent.futures
rdobuilder fc8213
 import threading
rdobuilder fc8213
 import time
rdobuilder fc8213
 
rdobuilder fc8213
-import mock
rdobuilder fc8213
+from unittest import mock
rdobuilder fc8213
 import pytest
rdobuilder fc8213
 
rdobuilder fc8213
 from google.api_core import exceptions, retry
rdobuilder fc8213
diff -up ./tests/unit/gapic/test_method.py.orig ./tests/unit/gapic/test_method.py
rdobuilder fc8213
--- ./tests/unit/gapic/test_method.py.orig	2021-08-23 07:02:16.989893665 -0500
rdobuilder fc8213
+++ ./tests/unit/gapic/test_method.py	2021-08-23 07:05:20.268433095 -0500
rdobuilder fc8213
@@ -14,7 +14,7 @@
rdobuilder fc8213
 
rdobuilder fc8213
 import datetime
rdobuilder fc8213
 
rdobuilder fc8213
-import mock
rdobuilder fc8213
+from unittest import mock
rdobuilder fc8213
 
rdobuilder fc8213
 from google.api_core import exceptions
rdobuilder fc8213
 from google.api_core import retry
rdobuilder fc8213
diff -up ./tests/unit/test_bidi.py.orig ./tests/unit/test_bidi.py
rdobuilder fc8213
--- ./tests/unit/test_bidi.py.orig	2021-08-23 07:02:16.989893665 -0500
rdobuilder fc8213
+++ ./tests/unit/test_bidi.py	2021-08-23 07:05:20.269433087 -0500
rdobuilder fc8213
@@ -18,7 +18,7 @@ import queue
rdobuilder fc8213
 import threading
rdobuilder fc8213
 
rdobuilder fc8213
 import grpc
rdobuilder fc8213
-import mock
rdobuilder fc8213
+from unittest import mock
rdobuilder fc8213
 import pytest
rdobuilder fc8213
 
rdobuilder fc8213
 from google.api_core import bidi
rdobuilder fc8213
diff -up ./tests/unit/test_exceptions.py.orig ./tests/unit/test_exceptions.py
rdobuilder fc8213
--- ./tests/unit/test_exceptions.py.orig	2021-08-23 07:02:16.990893657 -0500
rdobuilder fc8213
+++ ./tests/unit/test_exceptions.py	2021-08-23 07:05:20.269433087 -0500
rdobuilder fc8213
@@ -16,7 +16,7 @@ import http.client
rdobuilder fc8213
 import json
rdobuilder fc8213
 
rdobuilder fc8213
 import grpc
rdobuilder fc8213
-import mock
rdobuilder fc8213
+from unittest import mock
rdobuilder fc8213
 import requests
rdobuilder fc8213
 
rdobuilder fc8213
 from google.api_core import exceptions
rdobuilder fc8213
diff -up ./tests/unit/test_grpc_helpers.py.orig ./tests/unit/test_grpc_helpers.py
rdobuilder fc8213
--- ./tests/unit/test_grpc_helpers.py.orig	2021-08-23 07:02:16.990893657 -0500
rdobuilder fc8213
+++ ./tests/unit/test_grpc_helpers.py	2021-08-23 07:05:20.270433079 -0500
rdobuilder fc8213
@@ -13,7 +13,7 @@
rdobuilder fc8213
 # limitations under the License.
rdobuilder fc8213
 
rdobuilder fc8213
 import grpc
rdobuilder fc8213
-import mock
rdobuilder fc8213
+from unittest import mock
rdobuilder fc8213
 import pytest
rdobuilder fc8213
 
rdobuilder fc8213
 from google.api_core import exceptions
rdobuilder fc8213
diff -up ./tests/unit/test_operation.py.orig ./tests/unit/test_operation.py
rdobuilder fc8213
--- ./tests/unit/test_operation.py.orig	2021-08-23 07:02:16.990893657 -0500
rdobuilder fc8213
+++ ./tests/unit/test_operation.py	2021-08-23 07:05:20.270433079 -0500
rdobuilder fc8213
@@ -13,7 +13,7 @@
rdobuilder fc8213
 # limitations under the License.
rdobuilder fc8213
 
rdobuilder fc8213
 
rdobuilder fc8213
-import mock
rdobuilder fc8213
+from unittest import mock
rdobuilder fc8213
 
rdobuilder fc8213
 from google.api_core import exceptions
rdobuilder fc8213
 from google.api_core import operation
rdobuilder fc8213
diff -up ./tests/unit/test_page_iterator.py.orig ./tests/unit/test_page_iterator.py
rdobuilder fc8213
--- ./tests/unit/test_page_iterator.py.orig	2021-08-23 07:02:16.990893657 -0500
rdobuilder fc8213
+++ ./tests/unit/test_page_iterator.py	2021-08-23 07:05:20.271433071 -0500
rdobuilder fc8213
@@ -15,7 +15,7 @@
rdobuilder fc8213
 import math
rdobuilder fc8213
 import types
rdobuilder fc8213
 
rdobuilder fc8213
-import mock
rdobuilder fc8213
+from unittest import mock
rdobuilder fc8213
 import pytest
rdobuilder fc8213
 
rdobuilder fc8213
 from google.api_core import page_iterator
rdobuilder fc8213
diff -up ./tests/unit/test_path_template.py.orig ./tests/unit/test_path_template.py
rdobuilder fc8213
--- ./tests/unit/test_path_template.py.orig	2021-08-23 07:02:16.990893657 -0500
rdobuilder fc8213
+++ ./tests/unit/test_path_template.py	2021-08-23 07:05:20.271433071 -0500
rdobuilder fc8213
@@ -14,7 +14,7 @@
rdobuilder fc8213
 
rdobuilder fc8213
 from __future__ import unicode_literals
rdobuilder fc8213
 
rdobuilder fc8213
-import mock
rdobuilder fc8213
+from unittest import mock
rdobuilder fc8213
 import pytest
rdobuilder fc8213
 
rdobuilder fc8213
 from google.api_core import path_template
rdobuilder fc8213
diff -up ./tests/unit/test_retry.py.orig ./tests/unit/test_retry.py
rdobuilder fc8213
--- ./tests/unit/test_retry.py.orig	2021-08-23 07:02:16.990893657 -0500
rdobuilder fc8213
+++ ./tests/unit/test_retry.py	2021-08-23 07:05:20.272433063 -0500
rdobuilder fc8213
@@ -16,7 +16,7 @@ import datetime
rdobuilder fc8213
 import itertools
rdobuilder fc8213
 import re
rdobuilder fc8213
 
rdobuilder fc8213
-import mock
rdobuilder fc8213
+from unittest import mock
rdobuilder fc8213
 import pytest
rdobuilder fc8213
 import requests.exceptions
rdobuilder fc8213
 
rdobuilder fc8213
diff -up ./tests/unit/test_timeout.py.orig ./tests/unit/test_timeout.py
rdobuilder fc8213
--- ./tests/unit/test_timeout.py.orig	2021-08-23 07:02:16.990893657 -0500
rdobuilder fc8213
+++ ./tests/unit/test_timeout.py	2021-08-23 07:05:20.273433055 -0500
rdobuilder fc8213
@@ -15,7 +15,7 @@
rdobuilder fc8213
 import datetime
rdobuilder fc8213
 import itertools
rdobuilder fc8213
 
rdobuilder fc8213
-import mock
rdobuilder fc8213
+from unittest import mock
rdobuilder fc8213
 
rdobuilder fc8213
 from google.api_core import timeout
rdobuilder fc8213