Commit 6ed6261
committed
test: remove ResourceWarning filter that was masking the stream leak bug
The filterwarnings on test_sse_client_handles_empty_keepalive_pings was
added in PR #1753 with a comment claiming the leak was a test artifact
from mocking aconnect_sse. It wasn't — it was the real sse_client bug
where read_stream and write_stream_reader were never closed in the
finally block. With that bug now fixed, the filter is no longer needed.1 parent ce00a76 commit 6ed6261
File tree
1 file changed
+0
-6
lines changed1 file changed
+0
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
544 | 544 | | |
545 | 545 | | |
546 | 546 | | |
547 | | - | |
548 | | - | |
549 | | - | |
550 | | - | |
551 | | - | |
552 | | - | |
553 | 547 | | |
554 | 548 | | |
555 | 549 | | |
| |||
0 commit comments