E543 chore: Remove tool.hatch.build.targets from pyproject by kramaranya · Pull Request #73 · kubeflow/sdk · GitHub
[go: up one dir, main page]

Skip to content

Conversation

kramaranya
Copy link
Contributor

What this PR does / why we need it:

I removed the redundant hatch build target from pyproject.toml

The old table [tool.hatch.build.targets] is not correct, it's supposed to be in [tool.hatch.build.targets.wheel] instead -- https://hatch.pypa.io/1.9/config/build/#packages
But since we have a single package, I’m not adding [tool.hatch.build.targets.wheel] either, because hatchling finds the package on its own -- https://hatch.pypa.io/1.9/plugins/builder/wheel/#default-file-selection

/assign @andreyvelich @astefanutti @Electronic-Waste

Signed-off-by: kramaranya <kramaranya15@gmail.com>
@coveralls
Copy link
coveralls commented Aug 28, 2025

Pull Request Test Coverage Report for Build 17294910153

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 2 unchanged lines in 2 files lost coverage.
  • Overall coverage remained the same at 65.033%

Files with Coverage Reduction New Missed Lines %
kubeflow/trainer/backends/kubernetes/backend.py 1 70.26%
kubeflow/trainer/utils/utils.py 1 58.9%
Totals Coverage Status
Change from base Build 17241245329: 0.0%
Covered Lines: 292
Relevant Lines: 449

💛 - Coveralls

1 similar comment
@coveralls
Copy link

Pull Request Test Coverage Report for Build 17294910153

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 2 unchanged lines in 2 files lost coverage.
  • Overall coverage remained the same at 65.033%

Files with Coverage Reduction New Missed Lines %
kubeflow/trainer/backends/kubernetes/backend.py 1 70.26%
kubeflow/trainer/utils/utils.py 1 58.9%
Totals Coverage Status
Change from base Build 17241245329: 0.0%
Covered Lines: 292
Relevant Lines: 449

💛 - Coveralls

@astefanutti
Copy link
Contributor

/lgtm

Thanks @kramaranya.

@google-oss-prow google-oss-prow bot added the lgtm label Aug 28, 2025
Copy link
Member
@andreyvelich andreyvelich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @kramaranya!
You might want to delete it from the modules as well: https://github.com/kubeflow/trainer/blob/master/api/python_api/pyproject.toml#L38-L39

@andreyvelich
Copy link
Member

/approve

Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: andreyvelich

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@google-oss-prow google-oss-prow bot merged commit 947f74c into kubeflow:main Aug 28, 2025
9 checks passed
@google-oss-prow google-oss-prow bot added this to the v0.1 milestone Aug 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants
0