From ba749ef698c184506d57a1747bfd59f0bf85537e Mon Sep 17 00:00:00 2001 From: chrysle <96722107+chrysle@users.noreply.github.com> Date: Tue, 25 Jun 2024 09:59:16 +0200 Subject: [PATCH] Fix CI for `pip` 24.0 --- tests/test_cli_compile.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/test_cli_compile.py b/tests/test_cli_compile.py index c5031fc2..f049c8e9 100644 --- a/tests/test_cli_compile.py +++ b/tests/test_cli_compile.py @@ -3431,7 +3431,6 @@ def test_compile_recursive_extras_build_targets(runner, tmp_path, current_resolv """ ) ) - (tmp_path / "constraints.txt").write_text("wheel<0.43") out = runner.invoke( cli, [ @@ -3446,8 +3445,6 @@ def test_compile_recursive_extras_build_targets(runner, tmp_path, current_resolv "--find-links", os.fspath(MINIMAL_WHEELS_PATH), os.fspath(tmp_path / "pyproject.toml"), - "--constraint", - os.fspath(tmp_path / "constraints.txt"), "--output-file", "-", ], @@ -3455,7 +3452,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