Explorar el Código

skip isn't a valid function. its skipTest!

milki hace 12 años
padre
commit
0a8a78174a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      dulwich/tests/test_index.py

+ 1 - 1
dulwich/tests/test_index.py

@@ -250,7 +250,7 @@ class BuildIndexTests(TestCase):
 
     def test_nonempty(self):
         if os.name != 'posix':
-            self.skip("test depends on POSIX shell")
+            self.skipTest("test depends on POSIX shell")
 
         repo_dir = tempfile.mkdtemp()
         repo = Repo.init(repo_dir)