From 158bc981130bfbe214190cac19da228d1f321fe1 Mon Sep 17 00:00:00 2001 From: Jonas Trappenberg Date: Mon, 9 Feb 2015 15:15:15 -0800 Subject: Replace GIT_SSH with GIT_SSH_COMMAND for SSH key management. Also move untestable documentation out of test. Related: #234, #242 --- git/test/test_docs.py | 9 --------- 1 file changed, 9 deletions(-) (limited to 'git/test/test_docs.py') 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 -- cgit v1.2.1