-
Notifications
You must be signed in to change notification settings - Fork 14
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
chore: update api-server to use poetry #6378
Conversation
Deployment Summary
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6378 +/- ##
==========================================
- Coverage 92.44% 92.42% -0.02%
==========================================
Files 179 179
Lines 14698 14702 +4
==========================================
+ Hits 13587 13588 +1
- Misses 1111 1114 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
This PR has not seen any activity in the past 2 weeks; if nobody comments or reviews it in the next 3 days, this PR will be closed. |
@@ -30,7 +30,7 @@ def session(self): | |||
total=3, | |||
backoff_factor=1, | |||
status_forcelist=self.config.retry_status_forcelist, | |||
method_whitelist=["POST", "HEAD", "GET", "PUT", "DELETE", "OPTIONS"], | |||
allowed_methods=["POST", "HEAD", "GET", "PUT", "DELETE", "OPTIONS"], |
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.
this changes is required because of an update with requests
closing in favor of #6423 |
Reason for Change
Changes
Testing steps
Checklist 🛎️
Notes for Reviewer