From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- .../files/dulwich-0.18.3-skip-failing-test.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dev-python/dulwich/files/dulwich-0.18.3-skip-failing-test.patch (limited to 'dev-python/dulwich/files') diff --git a/dev-python/dulwich/files/dulwich-0.18.3-skip-failing-test.patch b/dev-python/dulwich/files/dulwich-0.18.3-skip-failing-test.patch new file mode 100644 index 000000000000..210908591dc2 --- /dev/null +++ b/dev-python/dulwich/files/dulwich-0.18.3-skip-failing-test.patch @@ -0,0 +1,20 @@ +diff --git a/dulwich/tests/test_porcelain.py b/dulwich/tests/test_porcelain.py +index aa8587f..d1ffb9c 100644 +--- a/dulwich/tests/test_porcelain.py ++++ b/dulwich/tests/test_porcelain.py +@@ -41,6 +41,7 @@ from dulwich.objects import ( + ) + from dulwich.repo import Repo + from dulwich.tests import ( ++ SkipTest, + TestCase, + ) + from dulwich.tests.utils import ( +@@ -634,6 +635,7 @@ class ResetTests(PorcelainTestCase): + class PushTests(PorcelainTestCase): + + def test_simple(self): ++ raise SkipTest("broken") + """ + Basic test of porcelain push where self.repo is the remote. First + clone the remote, commit a file to the clone, then push the changes -- cgit v1.2.3