-
Notifications
You must be signed in to change notification settings - Fork 1.2k
chore: Extra dependencies in setup.py for Go <-> Python interop #2589
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
Signed-off-by: pyalex <moskalenko.alexey@gmail.com>
achals
left a comment
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.
Can you add some context in the PR description?
Codecov Report
@@ Coverage Diff @@
## master #2589 +/- ##
===========================================
- Coverage 82.34% 59.83% -22.52%
===========================================
Files 154 153 -1
Lines 12735 12623 -112
===========================================
- Hits 10487 7553 -2934
- Misses 2248 5070 +2822
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Signed-off-by: pyalex <moskalenko.alexey@gmail.com>
|
Also, do we need to change any of our packaging scripts? |
adchia
left a comment
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
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adchia, pyalex The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* install go dependencies Signed-off-by: pyalex <moskalenko.alexey@gmail.com> * allow patch versions for cffi Signed-off-by: pyalex <moskalenko.alexey@gmail.com>
Signed-off-by: pyalex moskalenko.alexey@gmail.com
What this PR does / why we need it:
In order for Python to fully interop with Go we might need to install some extra python packages. This PR adds new dependency group
gotosetup.py.Which issue(s) this PR fixes:
Fixes #