-
Notifications
You must be signed in to change notification settings - Fork 174
fix: use python3 when python not present #3082
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: Matej Vašek <mvasek@redhat.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: matejvasek 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 |
|
/lgtm |
|
/unhold |
|
/lgtm |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3082 +/- ##
==========================================
+ Coverage 58.46% 59.16% +0.70%
==========================================
Files 134 134
Lines 17251 17263 +12
==========================================
+ Hits 10085 10213 +128
+ Misses 6234 6090 -144
- Partials 932 960 +28
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@gauron99 override the tests. |
|
/override unit-tests_func_main |
|
@gauron99: Overrode contexts on behalf of gauron99: unit-tests_func_main DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
picking knative#3082 Signed-off-by: Matej Vašek <mvasek@redhat.com>
picking knative#3082 Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Fix backward compat Python pack build picking #2962 Signed-off-by: Matej Vašek <mvasek@redhat.com> * fix: Python host builder base image version picking #2965 Signed-off-by: Matej Vašek <mvasek@redhat.com> * Remove container flag - variant I picking #2987 Signed-off-by: Matej Vašek <mvasek@redhat.com> * fix python injector bug picking #2992 Signed-off-by: Matej Vašek <mvasek@redhat.com> * fix-of-a-fix picking #2994 Signed-off-by: Matej Vašek <mvasek@redhat.com> * fix: python scaffolding picking #3080 Signed-off-by: Matej Vašek <mvasek@redhat.com> * fix: use python3 when python not presetn picking #3082 Signed-off-by: Matej Vašek <mvasek@redhat.com> * dapr install upgrade picking #3055 Signed-off-by: David Fridrich <fridrich.david19@gmail.com> Co-authored-by: David Fridrich <fridrich.david19@gmail.com> Signed-off-by: Matej Vašek <mvasek@redhat.com> * test: skip ipv6 test correctly picking #3076 Signed-off-by: Matej Vašek <mvasek@redhat.com> --------- Signed-off-by: Matej Vašek <mvasek@redhat.com> Signed-off-by: David Fridrich <fridrich.david19@gmail.com> Co-authored-by: David Fridrich <fridrich.david19@gmail.com>
Changes
python3whenpythonnot present, sometimes there is missing symlinkpython->python3on some systems.fixes: #3078
/kind bug