From: Alexandre Detiste <tchet@debian.org>
Forwarded: no, This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,7 @@
 # http://pypi.python.org/pypi/setuptools
 
 REQUIRES = ["msrest>=0.2.0"]
-TEST_REQUIRES = ["msrest>=0.2.0", 'mock']
+TEST_REQUIRES = ["msrest>=0.2.0"]
 
 setup(
     name=NAME,
--- a/tests/test_continuous_delivery_manager.py
+++ b/tests/test_continuous_delivery_manager.py
@@ -14,7 +14,7 @@
 from continuous_delivery.models import ProvisioningConfigurationSource
 
 from continuous_delivery.models import ProvisioningConfiguration
-from mock import patch, Mock
+from unittest.mock import patch, Mock
 from aex_accounts.models import Collection
 from vsts_info_provider.models import TeamProjectInfo, RepositoryInfo, CollectionInfo, VstsInfo
 from vsts_cd_manager.continuous_delivery_manager import ContinuousDeliveryManager
@@ -204,4 +204,4 @@
         }
 
 if __name__ == '__main__':
-    unittest.main()
\ No newline at end of file
+    unittest.main()
