From 664568f662a028b1056ddd43191706f8d6de87a5 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Wed, 29 Nov 2017 12:22:49 -0800 Subject: Fix re: pytest upgrade, broke in recent merge --- tests/test_pkey.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_pkey.py b/tests/test_pkey.py index 7b2ab2ec..1827d2a9 100644 --- a/tests/test_pkey.py +++ b/tests/test_pkey.py @@ -470,7 +470,7 @@ class KeyTest(unittest.TestCase): def test_ed25519_nonbytes_password(self): # https://github.com/paramiko/paramiko/issues/1039 key = Ed25519Key.from_private_key_file( - test_path('test_ed25519_password.key'), + _support('test_ed25519_password.key'), # NOTE: not a bytes. Amusingly, the test above for same key DOES # explicitly cast to bytes...code smell! 'abc123', -- cgit v1.2.3