Skip to content

Support httpx2 via httpcore2#317

Open
lundberg wants to merge 1 commit into
masterfrom
feature/httpx2
Open

Support httpx2 via httpcore2#317
lundberg wants to merge 1 commit into
masterfrom
feature/httpx2

Conversation

@lundberg
Copy link
Copy Markdown
Owner

No description provided.

@lundberg lundberg changed the title Support httpx2 via httpcore2 Support httpx2 via httpcore2 May 18, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 18, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (06091fa) to head (9e1ef9d).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #317   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           22        23    +1     
  Lines         2996      3003    +7     
  Branches       204       204           
=========================================
+ Hits          2996      3003    +7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Kludex
Copy link
Copy Markdown

Kludex commented May 18, 2026

I think it's not that helpful now, but since the package will evolve, testing the whole suite on it may be a good idea.

Maybe the following gives a good setup (not sure):

@pytest.fixture(params=[httpx, httpx2])
async def httpx_module(request):
    return request.param

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants