diff --git a/test/test.py b/test/test.py index fd3e090..bcca9c1 100755 --- a/test/test.py +++ b/test/test.py @@ -47,6 +47,7 @@ def test_load_ssh_public_key(self): subprocess.check_call(["ssh-keygen", "-t", "rsa", "-N", "", "-f", os.path.join(td, "id_rsa")]) keymaker.load_ssh_public_key(os.path.join(td, "id_rsa")) + @unittest.skipIf(USING_PYTHON2, "Skipping Python 3 specific test") def test_find_executable(self): self.assertNotEqual(keymaker.find_executable("ls"), None)