Browse Source

Fix compatibility tests when python-testtools is installed.

Jelmer Vernooij 15 năm trước cách đây
mục cha
commit
1548ad6a47
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      dulwich/tests/compat/utils.py

+ 1 - 0
dulwich/tests/compat/utils.py

@@ -181,6 +181,7 @@ class CompatTestCase(TestCase):
     min_git_version = (1, 5, 0)
 
     def setUp(self):
+        super(CompatTestCase, self).setUp()
         require_git_version(self.min_git_version)
 
     def assertReposEqual(self, repo1, repo2):