From 82e035c481451f05007ac3051738062e2ba62961 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Sat, 14 Sep 2024 18:50:39 -0400 Subject: Fix silly little bug in Channel tests Was causing PytestUnraisableExceptionWarning --- sites/www/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sites') 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 -- cgit v1.2.3