From 89109967794d1b990d64e2b9fb853b581a0b1d41 Mon Sep 17 00:00:00 2001 From: czoido Date: Thu, 10 Oct 2024 19:41:17 +0200 Subject: [PATCH] more fixes --- test/functional/layout/test_editable_cmake.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/functional/layout/test_editable_cmake.py b/test/functional/layout/test_editable_cmake.py index 02da2d79672..3489be109c7 100644 --- a/test/functional/layout/test_editable_cmake.py +++ b/test/functional/layout/test_editable_cmake.py @@ -91,7 +91,7 @@ def test_editable_cmake_linux(generator): @pytest.mark.skipif(platform.system() != "Darwin", reason="Requires Macos") @pytest.mark.parametrize("generator", [None, "Ninja", "Xcode"]) -@pytest.mark.tool("cmake", "3.19") +@pytest.mark.tool("cmake", "3.23") def test_editable_cmake_osx(generator): editable_cmake(generator) @@ -154,6 +154,6 @@ def test_editable_cmake_linux_exe(generator): @pytest.mark.skipif(platform.system() != "Darwin", reason="Requires Macos") @pytest.mark.parametrize("generator", [None, "Ninja", "Xcode"]) -@pytest.mark.tool("cmake", "3.19") +@pytest.mark.tool("cmake", "3.23") def test_editable_cmake_osx_exe(generator): editable_cmake_exe(generator)