01-fix-tests.patch 364 B

12345678910111213
  1. --- contrib/python/requests-mock/py3/tests/base.py (index)
  2. +++ contrib/python/requests-mock/py3/tests/base.py (working tree)
  3. @@ -10,8 +10,8 @@
  4. # License for the specific language governing permissions and limitations
  5. # under the License.
  6. -import testtools
  7. +import unittest
  8. -class TestCase(testtools.TestCase):
  9. +class TestCase(unittest.TestCase):
  10. pass