From e6353640bac7fef3daef0f89fd67f276d7ddf961 Mon Sep 17 00:00:00 2001 From: Micah Denbraver Date: Sun, 1 Dec 2024 21:06:33 -0800 Subject: [PATCH] adjust skipif params --- tests/test_cli_compile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_cli_compile.py b/tests/test_cli_compile.py index 8218ac8a..a2f91bb3 100644 --- a/tests/test_cli_compile.py +++ b/tests/test_cli_compile.py @@ -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"), @@ -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