Explorar el Código

Fix windows tests

Jelmer Vernooij hace 2 meses
padre
commit
93f401c066
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      tests/test_repository.py

+ 1 - 0
tests/test_repository.py

@@ -2083,6 +2083,7 @@ class RepoConfigIncludeIfTests(TestCase):
             r.close()
             r.close()
 
 
 
 
+@skipIf(sys.platform == "win32", "Windows does not support Unix file permissions")
 class SharedRepositoryTests(TestCase):
 class SharedRepositoryTests(TestCase):
     """Tests for core.sharedRepository functionality."""
     """Tests for core.sharedRepository functionality."""