浏览代码

Fix compatibility tests when python-testtools is installed.

Jelmer Vernooij 15 年之前
父节点
当前提交
e98e0e5f7b
共有 1 个文件被更改,包括 1 次插入0 次删除
  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):