From c2bd925433a144f88d0ebbfb31c4648349387d6e Mon Sep 17 00:00:00 2001 From: Alyssa Coghlan Date: Mon, 8 Jul 2024 16:26:40 +1000 Subject: [PATCH] Use known version of setuptools in test case --- tests/test_cli_compile.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test_cli_compile.py b/tests/test_cli_compile.py index c5031fc2..5f60129a 100644 --- a/tests/test_cli_compile.py +++ b/tests/test_cli_compile.py @@ -3428,6 +3428,9 @@ def test_compile_recursive_extras_build_targets(runner, tmp_path, current_resolv [project.optional-dependencies] footest = ["small-fake-b"] dev = ["foo[footest]"] + [build-system] + requires = ["setuptools == 70.0.0"] + build-backend = "setuptools.build_meta" """ ) )