-
Notifications
You must be signed in to change notification settings - Fork 76
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
Remove httpx
pin, fix tests, & test plugins individually
#574
Conversation
Codecov ReportBase: 82.57% // Head: 81.69% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #574 +/- ##
==========================================
- Coverage 82.57% 81.69% -0.88%
==========================================
Files 78 78
Lines 6059 6059
==========================================
- Hits 5003 4950 -53
- Misses 1056 1109 +53
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
httpx
pin, fix tests, & test plugins individually
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
This PR removes the pin on
httpx
, which was causing issues with newer versions ofstarlette
which requirehttpx>=0.22.0
.See conda-forge/quetz-feedstock#24.
httpx>=0.22.0