summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2017-06-18 17:09:12 -0400
committerBrian Evans <grknight@gentoo.org>2017-06-18 17:09:12 -0400
commit875a97f9223c356ac53da70be705a8e11a1de613 (patch)
treecafc0fc2154fc7b0df2f8963bc31c4f89990ad9e /dev-vcs/git-cola/files
parentapp-misc/pwsafe: delete old unstable version. (diff)
downloadgentoo-875a97f9223c356ac53da70be705a8e11a1de613.tar.gz
gentoo-875a97f9223c356ac53da70be705a8e11a1de613.tar.bz2
gentoo-875a97f9223c356ac53da70be705a8e11a1de613.zip
dev-vcs/git-cola: Version bump to 2.11 wrt bug 601786
Non-Maintainer commit, maintainer unresponsive for several months. This version adds python 3.5 and PyQt5 as the primary GUI One encoding test fails, but it seems to be minor. Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-vcs/git-cola/files')
-rw-r--r--dev-vcs/git-cola/files/git-cola-2.10-disable-live-tests.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-vcs/git-cola/files/git-cola-2.10-disable-live-tests.patch b/dev-vcs/git-cola/files/git-cola-2.10-disable-live-tests.patch
new file mode 100644
index 000000000000..1f58ea0eddb6
--- /dev/null
+++ b/dev-vcs/git-cola/files/git-cola-2.10-disable-live-tests.patch
@@ -0,0 +1,24 @@
+diff --git a/test/git_test.py b/test/git_test.py
+index 9f812b2..ff7da24 100644
+--- a/test/git_test.py
++++ b/test/git_test.py
+@@ -53,19 +53,6 @@ class GitCommandTest(unittest.TestCase):
+ version = self.git.version()[STDOUT]
+ self.failUnless(version.startswith('git version'))
+
+- def test_tag(self):
+- """Test running 'git tag'"""
+- tags = self.git.tag()[STDOUT].splitlines()
+- if os.getenv('GIT_COLA_NO_HISTORY', False):
+- return
+- self.failUnless('v1.0.0' in tags)
+-
+- def test_show(self):
+- """Test running 'git show'"""
+- oid = 'HEAD'
+- content = self.git.show(oid)[STDOUT]
+- self.failUnless(content.startswith('commit '))
+-
+ def test_stdout(self):
+ """Test overflowing the stdout buffer"""
+ # Write to stdout only