diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2024-09-14 18:50:39 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2024-09-14 18:50:39 -0400 |
commit | 82e035c481451f05007ac3051738062e2ba62961 (patch) | |
tree | 6d093c70a7a23dcf625f01c28148f3b983df530d /sites/www/changelog.rst | |
parent | 01fb98f69c78f8fd92fea38f4b40c4f0b9d1a757 (diff) |
Fix silly little bug in Channel tests
Was causing PytestUnraisableExceptionWarning
Diffstat (limited to 'sites/www/changelog.rst')
-rw-r--r-- | sites/www/changelog.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index d75e05a2..33d7a1c7 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,9 @@ Changelog ========= +- :bug:`-` Check for ``None`` transport members inside + `~paramiko.channel.Channel` when closing the channel; this likely doesn't + come up much in the real world, but was causing warnings in the test suite. - :release:`3.3.2 <2024-08-11>` - :bug:`2419` (fixed in :issue:`2421`) Massage our import of the TripleDES cipher to support Cryptography >=43; this should prevent |