Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] httpx 0.28 support: use mounts instead of proxies #6943

Merged
merged 1 commit into from
Nov 29, 2024

Conversation

markotoplak
Copy link
Member

Issue

All tests are failing because of a deprecation in encode/httpx/pull/2879.

Description of changes

I implemented transition as suggested in encode/httpx#2879. But I did NOT actually test on proxy.

Includes
  • Code changes
  • Tests
  • Documentation

Copy link

codecov bot commented Nov 29, 2024

Codecov Report

Attention: Patch coverage is 83.33333% with 1 line in your changes missing coverage. Please review.

Project coverage is 88.45%. Comparing base (f9e5d71) to head (eb6b130).
Report is 5 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6943      +/-   ##
==========================================
- Coverage   88.45%   88.45%   -0.01%     
==========================================
  Files         331      331              
  Lines       73097    73100       +3     
==========================================
- Hits        64660    64659       -1     
- Misses       8437     8441       +4     

@janezd janezd merged commit cc50f6e into biolab:master Nov 29, 2024
26 of 30 checks passed
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