OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-humanfriendly?expand=0&rev=44
14 lines
476 B
Diff
14 lines
476 B
Diff
Index: humanfriendly-10.0/humanfriendly/tests.py
|
|
===================================================================
|
|
--- humanfriendly-10.0.orig/humanfriendly/tests.py 2021-06-11 12:43:08.000000000 +0200
|
|
+++ humanfriendly-10.0/humanfriendly/tests.py 2022-03-21 13:05:02.302356424 +0100
|
|
@@ -123,7 +123,7 @@ from humanfriendly.usage import (
|
|
)
|
|
|
|
# Test dependencies.
|
|
-from mock import MagicMock
|
|
+from unittest.mock import MagicMock
|
|
|
|
|
|
class HumanFriendlyTestCase(TestCase):
|