소스 검색

test_patch: Skip test_extract_mercurial for the time being.

Jelmer Vernooij 14 년 전
부모
커밋
6b07a2892d
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      dulwich/tests/test_patch.py

+ 2 - 0
dulwich/tests/test_patch.py

@@ -36,6 +36,7 @@ from dulwich.patch import (
     )
 from dulwich.tests import (
     TestCase,
+    TestSkipped,
     )
 
 
@@ -161,6 +162,7 @@ From: Jelmer Vernooy <jelmer@debian.org>
         self.assertEquals(None, version)
 
     def test_extract_mercurial(self):
+        raise TestSkipped("git_am_patch_split doesn't handle Mercurial patches properly yet")
         expected_diff = """diff --git a/dulwich/tests/test_patch.py b/dulwich/tests/test_patch.py
 --- a/dulwich/tests/test_patch.py
 +++ b/dulwich/tests/test_patch.py