Skip to content

Commit

Permalink
Fix broken test related to wheel package being special
Browse files Browse the repository at this point in the history
This should bring the CI to green, so we can start merging other PRs.

Needed-By: #2099
  • Loading branch information
ssbarnea committed Sep 9, 2024
1 parent 5330964 commit 3999a7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_cli_compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -3443,6 +3443,8 @@ def test_compile_recursive_extras_build_targets(runner, tmp_path, current_resolv
"dev",
"--build-deps-for",
"wheel",
"--unsafe-package=wheel",
"--unsafe-package=setuptools",
"--find-links",
os.fspath(MINIMAL_WHEELS_PATH),
os.fspath(tmp_path / "pyproject.toml"),
Expand All @@ -3455,7 +3457,6 @@ def test_compile_recursive_extras_build_targets(runner, tmp_path, current_resolv
expected = rf"""foo[footest] @ {tmp_path.as_uri()}
small-fake-a==0.2
small-fake-b==0.3
wheel==0.42.0
# The following packages are considered to be unsafe in a requirements file:
# setuptools
Expand Down

0 comments on commit 3999a7b

Please sign in to comment.