diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2019-06-21 12:07:58 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2019-06-21 12:07:58 -0400 |
commit | 183a7bd2edffacbab5e86ca5c882b37d1529a71a (patch) | |
tree | 1730ba5e0aec6d84aab731e9d60c2964f666397b /tests | |
parent | 37afc45c01242e99baf5264692682c076c3c0052 (diff) |
flake8
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_kex_gss.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_kex_gss.py b/tests/test_kex_gss.py index b0e3970b..6f5625dc 100644 --- a/tests/test_kex_gss.py +++ b/tests/test_kex_gss.py @@ -145,7 +145,8 @@ class GSSKexTest(KerberosTestCase): """ self._test_gsskex_and_auth(gss_host=None) - @unittest.expectedFailure # to be investigated, see https://github.com/paramiko/paramiko/issues/1312 + # To be investigated, see https://github.com/paramiko/paramiko/issues/1312 + @unittest.expectedFailure def test_gsskex_and_auth_rekey(self): """ Verify that Paramiko can rekey. |