-
Notifications
You must be signed in to change notification settings - Fork 7.1k
[FBcode->GH] remove unused requests functionality #5014
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
💊 CI failures summary and remediationsAs of commit 42b8e7d (more details on the Dr. CI page): ✅ None of the CI failures appear to be your fault 💚
🚧 1 ongoing upstream failure:These were probably caused by upstream breakages that are not fixed yet.
This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
It seems, we make the change in #5013. @prabhat00155 feel free to close or merge this what ever is easier for you. |
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.
I would prefer to merge this (see #5013 (comment)) but I'm not going to approve to avoid conflicts and accidental merges. I'll leave @prabhat00155 to decide the course of action.
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.
I have made these changes internally to fix the linter error. So, we should not sync these changes again. I am happy to merge this PR(after adding FBcode->GH
tag).
@prabhat00155 I had a look on the internal diffs to understand what you were talking about and why you were saying it was OK to sync the other PR. What I currently understand happened was:
Your point was that either merging #5013 or #5014, it would be the same. And you are right. What I understood was different. I thought someone else internally submitted a change on FBcode and you were trying to sync it on Github. Since we identified an issue with the fix, the usual course of action would be to merge as-is #5013 and open a new PR (say #5014) with the change which in turn would have to be synced back to FBcode. I'm sorry for the misunderstanding, I confirm that the course of action you took is the correct and that this PR shouldn't be synced back to FBcode. |
…)" This reverts commit 33123be.
…)" This reverts commit 33123be.
* Revert "[FBcode->GH] remove unused requests functionality (#5014)" This reverts commit 33123be. * Revert "replace requests with urllib (#4973)" This reverts commit 8d25de7. * add requests as hard dependency * install library stubs in CI * fix syntax * add requests to conda dependencies * fix mypy CI
…tead (#5047) Summary: * Revert "[FBcode->GH] remove unused requests functionality (#5014)" This reverts commit 33123be. * Revert "replace requests with urllib (#4973)" This reverts commit 8d25de7. * add requests as hard dependency * install library stubs in CI * fix syntax * add requests to conda dependencies * fix mypy CI Reviewed By: NicolasHug Differential Revision: D32950928 fbshipit-source-id: de0ed9a1c7cb5ca6e1b2a30db76e3ccc2008d25c
Addresses #5013 (review) and supersedes #5013.
cc @pmeier