-
Notifications
You must be signed in to change notification settings - Fork 173
Fix backward compat Python pack build #2962
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 backward compat Python pack build #2962
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2962 +/- ##
==========================================
+ Coverage 58.30% 60.02% +1.71%
==========================================
Files 132 132
Lines 16836 16837 +1
==========================================
+ Hits 9816 10106 +290
+ Misses 6120 5773 -347
- Partials 900 958 +58
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:
|
7ab2737 to
70bee9d
Compare
Signed-off-by: Matej Vašek <[email protected]>
70bee9d to
3f7deb5
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lkingland, 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 |
picking knative#2962 Signed-off-by: Matej Vašek <[email protected]>
* Fix backward compat Python pack build picking #2962 Signed-off-by: Matej Vašek <[email protected]> * fix: Python host builder base image version picking #2965 Signed-off-by: Matej Vašek <[email protected]> * Remove container flag - variant I picking #2987 Signed-off-by: Matej Vašek <[email protected]> * fix python injector bug picking #2992 Signed-off-by: Matej Vašek <[email protected]> * fix-of-a-fix picking #2994 Signed-off-by: Matej Vašek <[email protected]> * fix: python scaffolding picking #3080 Signed-off-by: Matej Vašek <[email protected]> * fix: use python3 when python not presetn picking #3082 Signed-off-by: Matej Vašek <[email protected]> * dapr install upgrade picking #3055 Signed-off-by: David Fridrich <[email protected]> Co-authored-by: David Fridrich <[email protected]> Signed-off-by: Matej Vašek <[email protected]> * test: skip ipv6 test correctly picking #3076 Signed-off-by: Matej Vašek <[email protected]> --------- Signed-off-by: Matej Vašek <[email protected]> Signed-off-by: David Fridrich <[email protected]> Co-authored-by: David Fridrich <[email protected]>
Changes
resolves #2956