forked from pool/python-kmatch
* Add support for python 3.9 * Drop support for python 3.5, 3.6 - Remove unneeded BuildRequires on mock. * no upstream changelog OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kmatch?expand=0&rev=17
13 lines
369 B
Diff
13 lines
369 B
Diff
Index: kmatch-0.5.0/kmatch/tests/kmatch_tests.py
|
|
===================================================================
|
|
--- kmatch-0.5.0.orig/kmatch/tests/kmatch_tests.py
|
|
+++ kmatch-0.5.0/kmatch/tests/kmatch_tests.py
|
|
@@ -1,6 +1,6 @@
|
|
from sys import version
|
|
from unittest import TestCase
|
|
-from mock import patch
|
|
+from unittest.mock import patch
|
|
|
|
from kmatch import K
|
|
|