Skip to content

Commit

Permalink
clarify pip versions per pr review, fix issue referenced
Browse files Browse the repository at this point in the history
  • Loading branch information
Micah Denbraver committed Dec 2, 2024
1 parent d856d8d commit 86496d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_cli_compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -1479,7 +1479,7 @@ def test_multiple_input_files_without_output_file(runner):

@pytest.mark.xfail(
Version(pip.__version__) >= Version("24.3"),
reason="known issue in newer versions of pip (#2110)",
reason="known issue in pip versions 24.3 and later (issue #2131)",
)
@pytest.mark.parametrize(
("options", "expected"),
Expand Down Expand Up @@ -3239,7 +3239,7 @@ def test_resolver_reaches_max_rounds(runner):

@pytest.mark.xfail(
Version(pip.__version__) >= Version("24.3"),
reason="known issue in newer versions of pip (#2110)",
reason="known issue in pip versions 24.3 and later (issue #2131)",
)
def test_preserve_via_requirements_constrained_dependencies_when_run_twice(
pip_conf, runner
Expand Down

0 comments on commit 86496d7

Please sign in to comment.