Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Jul 10, 2019
1 parent 8552535 commit 9a35c8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 9a35c8f

Please # to comment.