瀏覽代碼

Fix windows tests

Jelmer Vernooij 2 月之前
父節點
當前提交
bd0f54f441
共有 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."""