Browse Source

Fix windows tests

Jelmer Vernooij 2 tháng trước cách đây
mục cha
commit
bd0f54f441
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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."""