Jelmer Vernooij 2 месяцев назад
Родитель
Сommit
93f401c066
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      tests/test_repository.py

+ 1 - 0
tests/test_repository.py

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