Skip to content

Commit 23fad54

Browse files
authored
Remove setuptools from patchwheel test (#4865)
Switch patchwheel test to use uv build backend instead. Follow up to #4830
1 parent d151b00 commit 23fad54

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)