diff options
author | Olle Lundberg <geek@nerd.sh> | 2014-08-15 12:21:44 +0200 |
---|---|---|
committer | Olle Lundberg <geek@nerd.sh> | 2014-08-15 12:21:44 +0200 |
commit | f88189835eebab72a3792f67de4aacc7fca68df6 (patch) | |
tree | f004a795dda1c7a6e02c0507a097d716dca62630 /tests | |
parent | 4dff7074d1f3f331047d67bff5a9780c0e8457d0 (diff) |
Document what is breaking in the client tests.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_client.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_client.py b/tests/test_client.py index 7e5c80b4..93574fc8 100644 --- a/tests/test_client.py +++ b/tests/test_client.py @@ -221,6 +221,8 @@ class SSHClientTest (unittest.TestCase): """ # Unclear why this is borked on Py3, but it is, and does not seem worth # pursuing at the moment. + # XXX: It's the release of the references to e.g packetizer that fails + # in py3... if not PY2: return threading.Thread(target=self._run).start() |