15
0

Accepting request 749076 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/749076
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-GitPython?expand=0&rev=28
This commit is contained in:
Tomáš Chvátal
2019-11-17 07:46:39 +00:00
committed by Git OBS Bridge
parent f9fccd6e06
commit 06368485d8
6 changed files with 42 additions and 9 deletions

View File

@@ -23,7 +23,7 @@ Index: GitPython-3.0.2.1566444429.0765792/git/test/test_remote.py
import random
import tempfile
from unittest import skipIf
@@ -403,7 +404,7 @@ class TestRemote(TestBase):
@@ -410,7 +411,7 @@ class TestRemote(TestBase):
TagReference.delete(rw_repo, new_tag, other_tag)
remote.push(":%s" % other_tag.path)
@@ -32,7 +32,7 @@ Index: GitPython-3.0.2.1566444429.0765792/git/test/test_remote.py
@with_rw_and_rw_remote_repo('0.1.6')
def test_base(self, rw_repo, remote_repo):
num_remotes = 0
@@ -636,6 +637,7 @@ class TestRemote(TestBase):
@@ -643,6 +644,7 @@ class TestRemote(TestBase):
# will raise fatal: Will not delete all non-push URLs
assert_raises(GitCommandError, remote.delete_url, test3)