Skip to content

Commit ab8a25f

Browse files
committed
Remove setuptools from vendored packages
Switch patchwheel test to use uv backend instead. Follow up to #4830
1 parent d151b00 commit ab8a25f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

libs/patchwheel/patch_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@ func minimalPythonProject() map[string]string {
6565
name = "myproj"
6666
version = "0.1.0"
6767
68-
[build-system]
69-
requires = ["setuptools>=61.0.0"]
70-
build-backend = "setuptools.build_meta"
71-
7268
[tool.setuptools.packages.find]
7369
where = ["src"]
7470
`,

0 commit comments

Comments
 (0)