Skip to content

Commit

Permalink
fixup! Explicit backend @ `test_all_extras_and_all_build_deps[backtra…
Browse files Browse the repository at this point in the history
…cking]`

It looks like some of the build machinery is requiring the
`[build-system]` section when under Windows but not in other envs.
  • Loading branch information
webknjaz committed Dec 10, 2024
1 parent 9ec30cd commit 9250bbc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_cli_compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -3477,6 +3477,10 @@ def test_compile_build_targets_setuptools_no_wheel_dep(
(tmp_path / "pyproject.toml").write_text(
dedent(
"""
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]
name = "foo"
version = "0.0.1"
Expand Down

0 comments on commit 9250bbc

Please sign in to comment.