Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
czoido committed Oct 10, 2024
1 parent c16b437 commit 8910996
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/functional/layout/test_editable_cmake.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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)

0 comments on commit 8910996

Please sign in to comment.