فهرست منبع

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."""