浏览代码

Skip symlink test on Windows and Python 2

Boris Feld 6 年之前
父节点
当前提交
860a8444f3
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      dulwich/tests/test_index.py

+ 1 - 0
dulwich/tests/test_index.py

@@ -694,6 +694,7 @@ class GetUnstagedChangesTests(TestCase):
 
 
             self.assertEqual(list(changes), [b'foo1'])
             self.assertEqual(list(changes), [b'foo1'])
 
 
+    @skipIf(not can_symlink(), 'Requires symlink support')
     def test_get_unstaged_changes_removed_replaced_by_link(self):
     def test_get_unstaged_changes_removed_replaced_by_link(self):
         """Unit test for get_unstaged_changes."""
         """Unit test for get_unstaged_changes."""