aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/requests-mock/py2/patches/01-fix-tests.patch
blob: c738d3d08ecdadc76d985d8c8b964d6e81295f25 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- contrib/python/requests-mock/py2/tests/base.py	(index)
+++ contrib/python/requests-mock/py2/tests/base.py	(working tree)
@@ -10,8 +10,8 @@
 # License for the specific language governing permissions and limitations
 # under the License.
 
-import testtools
+import unittest
 
 
-class TestCase(testtools.TestCase):
+class TestCase(unittest.TestCase):
     pass