Skip to content

Commit

Permalink
Use known version of setuptools in test case
Browse files Browse the repository at this point in the history
  • Loading branch information
ncoghlan committed Jul 8, 2024
1 parent 14aef0f commit c2bd925
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_cli_compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
"""
)
)
Expand Down

0 comments on commit c2bd925

Please sign in to comment.