Skip to content

Commit 1559fff

Browse files
committed
remove added ccmake test
`ccmake` is not present on Windows `ccmake` seems to be failing on Linux currently.
1 parent f471133 commit 1559fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_cmake.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
from . import push_argv
1717

18-
all_tools = pytest.mark.parametrize("tool", ["ccmake", "cmake", "cpack", "ctest"])
18+
all_tools = pytest.mark.parametrize("tool", ["cmake", "cpack", "ctest"])
1919

2020

2121
def _run(program, args):

0 commit comments

Comments
 (0)