-
Notifications
You must be signed in to change notification settings - Fork 1.2k
fix: relax upper bound for urllib dependency #4364
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
Conversation
1d3d230
to
3f0f033
Compare
@mohanasudhan am I able to /bot run all once it is approved? Or is that locked to maintainers? |
Its locked to maintainers. We are taking deeper in the code-build failures and planning to revamp. Apologies for inconvenience. |
/bot run all |
Totally understand why it is locked down. Doesn't seem like the bot worked there. Just let me know if a rebase is needed again happy to do it. |
3f0f033
to
38f74cb
Compare
38f74cb
to
8da8b49
Compare
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.
/bot run all
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4364 +/- ##
==========================================
- Coverage 86.94% 86.84% -0.10%
==========================================
Files 1203 382 -821
Lines 107211 35315 -71896
==========================================
- Hits 93211 30671 -62540
+ Misses 14000 4644 -9356 ☔ View full report in Codecov by Sentry. |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
It looks like these are unrelated flakey tests. Thoughts on merging this or should I try to rebase? |
8da8b49
to
7facc6c
Compare
7facc6c
to
259ed3e
Compare
If it is easier for y'all to make the change, I can close this MR. The urllib restriction is causing some pretty big issues downstream. |
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.
/bot run all
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
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.
/bot run local-mode-tests
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Closes #4362
Issue #, if available: #4362
Description of changes:
Relax the urllib deps to allow using newer versions. Boto supports them as well.
Testing done:
Merge Checklist
Put an
x
in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your pull request.General
Tests
unique_name_from_base
to create resource names in integ tests (if appropriate)By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.