소스 검색

Fix compatibility tests when python-testtools is installed.

Jelmer Vernooij 15 년 전
부모
커밋
1548ad6a47
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):