Skip to content

Commit 5166926

Browse files
committed
chagne test version to v18
1 parent c7b8103 commit 5166926

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/test_util.py

-7
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@
1010
TOOLS = ["clang-format", "clang-tidy"]
1111

1212

13-
clang_tools_installed = pytest.mark.skipif(
14-
is_installed('clang-format', '13') or is_installed('clang-tidy', '13'),
15-
reason="https://github.com/cpp-linter/cpp-linter-hooks/pull/29#issuecomment-1952873903",
16-
)
17-
18-
19-
@clang_tools_installed
2013
@pytest.mark.parametrize(("tool", "version"), list(product(TOOLS, VERSIONS)))
2114
def test_ensure_installed(tool, version, tmp_path, monkeypatch, caplog):
2215

0 commit comments

Comments
 (0)