diff options
-rw-r--r-- | tests/test_pkey.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_pkey.py b/tests/test_pkey.py index e614c777..9bb3c44c 100644 --- a/tests/test_pkey.py +++ b/tests/test_pkey.py @@ -466,7 +466,6 @@ class KeyTest(unittest.TestCase): self.assertTrue(not pub.can_sign()) self.assertEqual(key, pub) - def test_keyfile_is_actually_encrypted(self): # Read an existing encrypted private key file_ = test_path('test_rsa_password.key') |