summaryrefslogtreecommitdiff
path: root/git/test/test_docs.py
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2015-04-08 14:58:53 +0200
committerSebastian Thiel <byronimo@gmail.com>2015-04-08 14:58:53 +0200
commitd8bf7d416f60f52335d128cf16fbba0344702e49 (patch)
treeea7fe64eaad283fef80429f97c6a5cf3a51035e5 /git/test/test_docs.py
parenta08733d76a8254a20a28f4c3875a173dcf0ad129 (diff)
parent6cc1e7e08094494916db1aadda17e03ce695d049 (diff)
downloadgitpython-d8bf7d416f60f52335d128cf16fbba0344702e49.tar.gz
Merge branch 'teeberg-master'
Diffstat (limited to 'git/test/test_docs.py')
-rw-r--r--git/test/test_docs.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/git/test/test_docs.py b/git/test/test_docs.py
index 8dfef1c6..586f0ce4 100644
--- a/git/test/test_docs.py
+++ b/git/test/test_docs.py
@@ -437,15 +437,6 @@ class Tutorials(TestBase):
git.for_each_ref() # '-' becomes '_' when calling it
# ![31-test_references_and_objects]
- # [32-test_references_and_objects]
- ssh_executable = os.path.join(rw_dir, 'my_ssh_executable.sh')
- with repo.git.custom_environment(GIT_SSH=ssh_executable):
- # Note that we don't actually make the call here, as our test-setup doesn't permit it to
- # succeed.
- # It will in your case :)
- repo.remotes.origin.fetch
- # ![32-test_references_and_objects]
-
def test_submodules(self):
# [1-test_submodules]
repo = self.rorepo