-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Revert "Upgrades Requests (#6965)" #7088
Conversation
This reverts commit f13a410.
@nithusha21 @apb7 Please note, this needs to be merged urgently. It is blocking the release. |
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.
LGTM, thanks @seanlip!
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.
LGTM. Thanks! Also, thanks for looking into this :)
Codecov Report
@@ Coverage Diff @@
## develop #7088 +/- ##
========================================
Coverage 97.61% 97.61%
========================================
Files 379 379
Lines 63408 63408
========================================
Hits 61893 61893
Misses 1515 1515
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## develop #7088 +/- ##
========================================
Coverage 97.61% 97.61%
========================================
Files 379 379
Lines 63408 63408
========================================
Hits 61893 61893
Misses 1515 1515
Continue to review full report at Codecov.
|
This reverts commit f13a410.
PR #6965 introduced a serious regression that is causing the Oppia release process to break. The issue is when using Mailgun: requests-2.22.0 uses a direct import of urllib3 which cannot be found on the production server. (Earlier versions of the requests library actually included a bundled version of urllib3.)
Checklist