File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ dependencies = [
3939 # direct dependencies
4040 " build >= 1.0.0" ,
4141 " click >= 8" ,
42- " pip >= 22.2" ,
42+ " pip >= 22.2, < 25.1 " ,
4343 " pyproject_hooks" ,
4444 " tomli; python_version < '3.11'" ,
4545 # indirect dependencies
Original file line number Diff line number Diff line change @@ -1479,6 +1479,7 @@ def test_multiple_input_files_without_output_file(runner):
14791479 assert out .exit_code == 2
14801480
14811481
1482+ @pytest .mark .xfail (reason = "Temporarily ignore #2131 while fixing CI" )
14821483@pytest .mark .parametrize (
14831484 ("options" , "expected" ),
14841485 (
@@ -3235,6 +3236,7 @@ def test_resolver_reaches_max_rounds(runner):
32353236 assert out .exit_code != 0 , out
32363237
32373238
3239+ @pytest .mark .xfail (reason = "Temporarily ignore #2131 while fixing CI" )
32383240def test_preserve_via_requirements_constrained_dependencies_when_run_twice (
32393241 pip_conf , runner
32403242):
You can’t perform that action at this time.
0 commit comments