-
Notifications
You must be signed in to change notification settings - Fork 174
fix: python scaffolding #3080
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
fix: python scaffolding #3080
Conversation
Make the function dependency "editable" by using develop=true. 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 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3080 +/- ##
==========================================
+ Coverage 58.46% 59.18% +0.72%
==========================================
Files 134 134
Lines 17251 17251
==========================================
+ Hits 10085 10210 +125
+ Misses 6234 6080 -154
- Partials 932 961 +29
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:
|
|
@dprotaso plz override |
|
/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. |
|
/lgtm |
picking knative#3080 Signed-off-by: Matej Vašek <mvasek@redhat.com>
picking knative#3080 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
fixes: #3079
/kind bug