diff --git a/tests/test_data/packages/small_fake_with_build_deps/pyproject.toml b/tests/test_data/packages/small_fake_with_build_deps/pyproject.toml index 1f934560..bd1b0477 100644 --- a/tests/test_data/packages/small_fake_with_build_deps/pyproject.toml +++ b/tests/test_data/packages/small_fake_with_build_deps/pyproject.toml @@ -1,4 +1,8 @@ [build-system] -requires = ["setuptools==68.1.2", "wheel==0.41.1", "fake_static_build_dep"] +requires = [ # prettier-ignore + "setuptools==68.1.2", + "wheel==0.41.1", + "fake_static_build_dep", +] build-backend = "backend" backend-path = ["backend"]