milki 13 anos atrás
pai
commit
f5923eaa7b
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      dulwich/tests/test_index.py

+ 2 - 1
dulwich/tests/test_index.py

@@ -254,7 +254,8 @@ class BuildIndexTests(TestCase):
         self.assertEquals(['.git'], os.listdir(repo.path))
 
     def test_nonempty(self):
-        if os.name != 'posix': self.skip("test depends on POSIX shell")
+        if os.name != 'posix':
+            self.skip("test depends on POSIX shell")
 
         repo_dir = tempfile.mkdtemp()
         repo = Repo.init(repo_dir)