[Python-modules-commits] [rpyc] 02/06: skip SSH tests Test_Ssh and Test_Deploy

Carl Suster arcresu-guest at moszumanska.debian.org
Thu Jan 12 06:00:36 UTC 2017


This is an automated email from the git hooks/post-receive script.

arcresu-guest pushed a commit to branch master
in repository rpyc.

commit 08e1766ae309aba1a4b5ad72563a765879d56b8c
Author: Carl Suster <carl at contraflo.ws>
Date:   Mon Jan 9 18:18:44 2017 +1100

    skip SSH tests Test_Ssh and Test_Deploy
    
    These tests rely on `ssh localhost` working, so without ensuring the
    build environment has such an SSH server configured, we skip them.
    
    Forwarded: not-needed
---
 tests/test_deploy.py | 1 +
 tests/test_ssh.py    | 1 +
 2 files changed, 2 insertions(+)

diff --git a/tests/test_deploy.py b/tests/test_deploy.py
index 222adaf..e01b400 100644
--- a/tests/test_deploy.py
+++ b/tests/test_deploy.py
@@ -5,6 +5,7 @@ from plumbum import SshMachine
 from rpyc.utils.zerodeploy import DeployedServer
 
 
+ at unittest.skip('SSH tests disabled in Debian')
 class TestDeploy(unittest.TestCase):
     def test_deploy(self):
         rem = SshMachine("localhost")
diff --git a/tests/test_ssh.py b/tests/test_ssh.py
index 4870c0c..19dcd1f 100644
--- a/tests/test_ssh.py
+++ b/tests/test_ssh.py
@@ -9,6 +9,7 @@ from rpyc import SlaveService
 from plumbum import SshMachine
 
 
+ at unittest.skip('SSH tests disabled in Debian')
 class Test_Ssh(unittest.TestCase):
     def setUp(self):
         if sys.platform == "win32":

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/rpyc.git



More information about the Python-modules-commits mailing list