Skip to content

Commit

Permalink
adjust skipif params
Browse files Browse the repository at this point in the history
  • Loading branch information
Micah Denbraver committed Dec 2, 2024
1 parent 157dd88 commit e635364
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.skipif(
Version(pip.__version__) >= Version("24.3"),
"known issue in newer versions of pip (#2110)",
reason="known issue in newer versions of pip (#2110)",
)
@pytest.mark.parametrize(
("options", "expected"),
Expand Down Expand Up @@ -3239,7 +3239,7 @@ def test_resolver_reaches_max_rounds(runner):

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

0 comments on commit e635364

Please sign in to comment.