diff --git a/libs/patchwheel/patch_test.go b/libs/patchwheel/patch_test.go index de18758a4e..e5a2ef9792 100644 --- a/libs/patchwheel/patch_test.go +++ b/libs/patchwheel/patch_test.go @@ -65,10 +65,6 @@ func minimalPythonProject() map[string]string { name = "myproj" version = "0.1.0" -[build-system] -requires = ["setuptools>=61.0.0"] -build-backend = "setuptools.build_meta" - [tool.setuptools.packages.find] where = ["src"] `,