Преглед изворни кода

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):