Commit 7229727
tests: drop stale data=<async-iterable> duplicate (httpx2 deprecation)
Test at line 437 was the pre-rename `_data` version covering the same
async-iterable streaming-body marker as the canonical `_content` test
at line 387 — pytest was silently shadowing the canonical with the
stale one. Removing the duplicate clears the httpx2 deprecation
warning ("Use 'content=<...>' to upload raw bytes/text content") and
restores test_retry.py to its intended shape.
Coverage stays at 100% (the canonical _content test exercises the
same _is_streaming_body_async branch).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent fef7692 commit 7229727
1 file changed
Lines changed: 0 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
434 | 434 | | |
435 | 435 | | |
436 | 436 | | |
437 | | - | |
438 | | - | |
439 | | - | |
440 | | - | |
441 | | - | |
442 | | - | |
443 | | - | |
444 | | - | |
445 | | - | |
446 | | - | |
447 | | - | |
448 | | - | |
449 | | - | |
450 | | - | |
451 | | - | |
452 | | - | |
453 | | - | |
454 | | - | |
455 | 437 | | |
456 | 438 | | |
457 | 439 | | |
| |||
0 commit comments