-
Notifications
You must be signed in to change notification settings - Fork 40
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
Loosen deps #2154
base: main
Are you sure you want to change the base?
Loosen deps #2154
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2154 +/- ##
==========================================
+ Coverage 96.99% 97.06% +0.06%
==========================================
Files 72 73 +1
Lines 2930 3064 +134
==========================================
+ Hits 2842 2974 +132
- Misses 88 90 +2 |
f624fc8
to
bf97540
Compare
/retest |
/assign @tisnik |
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.
why is the sections in pyproject.toml moved into new places? Please keep the PR minimal.
Also don't we need to provide at least minimal major.minor versions for all packages?
Also black and mypy will be problematic if not pinned.
|
probably. Could you please minimize changes made there?
no, just we'll keep it as is
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@tisnik |
/test 4.17-e2e-ols-cluster |
1 similar comment
/test 4.17-e2e-ols-cluster |
/test 4.17-e2e-ols-cluster |
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 please minimize changes made in pyproject.toml
? Don't move/rename sections etc.
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.
Keep these lines there too please:
# The following section is needed only for torch[cpu] variant on Linux,
# because this variant need to be downloaded from external link, not from
# standard Python package index:
#
# [[tool.pdm.source]]
# type = "find_links"
# url = "https://download.pytorch.org/whl/cpu/torch_stable.html"
# name = "torch"
/test 4.17-e2e-ols-cluster |
/lgtm |
/test 4.17-e2e-ols-cluster |
3 similar comments
/test 4.17-e2e-ols-cluster |
/test 4.17-e2e-ols-cluster |
/test 4.17-e2e-ols-cluster |
Hi @onmete , this failure seems a bit suspicious https://gcsweb-ci.apps.ci.l2s4.p1.openshiftapps.com/gcs/test-platform-results/pr-logs/pull/openshift_lightspeed-service/2154/pull-ci-openshift-lightspeed-service-main-4.17-e2e-ols-cluster/1887513017717886976/artifacts/e2e-ols-cluster/e2e/artifacts/azure_openai/cluster/podlogs/lightspeed-app-server-65b8c56756-bv7px-lightspeed-service-api.log Let's see this next run but if the failure remains, we might have a dependency issue happening right now. |
missing deps perhaps |
|
New changes are detected. LGTM label has been removed. |
@onmete: The following test failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
Description
Trying to loose deps