-
Notifications
You must be signed in to change notification settings - Fork 288
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
tests: use python3 to run http_api test to fix failed integration_tests (#5473) #5479
tests: use python3 to run http_api test to fix failed integration_tests (#5473) #5479
Conversation
Signed-off-by: ti-chi-bot <[email protected]>
[REVIEW NOTIFICATION] This pull request has not been approved. To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
/run-all-tests |
/run-all-tests |
/run-kafka-integration-test |
/run-verify |
/run-verify |
Codecov Report
Flags with carried forward coverage won't be shown. Click here to find out more. @@ Coverage Diff @@
## release-6.0 #5479 +/- ##
================================================
Coverage ? 55.9046%
================================================
Files ? 524
Lines ? 66905
Branches ? 0
================================================
Hits ? 37403
Misses ? 25827
Partials ? 3675 |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 9c023ad
|
This pull request is closed because it's related version has closed automatic cherry-picking. You can find more details at: |
This is an automated cherry-pick of #5473
What problem does this PR solve?
Issue Number: close #5474
What is changed and how it works?
Our CI envs still default to python2 to run tests.
http_api
requires usingrequests
which bringscertifi
. Actuallycertifi
's recent releases doesn't support python2 any more.Release note