Author: Alexandre Detiste <alexandre.detiste@gmail.com>
Last-Update: Fri, 05 Jan 2024 21:11:16 +0100
Bug-Debian: https://bugs.debian.org/1060092
Description: remove usage of old python3-mock

--- a/setup.py
+++ b/setup.py
@@ -58,7 +58,6 @@
             "progressbar33>=2.4",
             "requests>=2.5.1",
             "typechecks>=0.0.2",
-            "mock",
         ],
         long_description=readme_markdown,
         long_description_content_type='text/markdown',
--- a/tests/test_cache_object.py
+++ b/tests/test_cache_object.py
@@ -1,6 +1,6 @@
 from os import remove
 from os.path import exists
-from mock import patch
+from unittest.mock import patch
 
 from datacache import Cache
 
