Commit 96e54fa
test: remove unnecessary test_close_deprecated
The deprecation warning test doesn't validate meaningful functionality.
The actual behavior is covered by other tests:
- test_aclose: verifies aclose() functionality
- test_aclosing_context_manager: verifies compatibility with contextlib.aclosing
- async with tests: indirectly verify __aexit__ calls aclose()
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 08d260e commit 96e54fa
1 file changed
Lines changed: 0 additions & 19 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
265 | 264 | | |
266 | 265 | | |
267 | 266 | | |
268 | | - | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | | - | |
285 | | - | |
0 commit comments