Skip to content

Commit 0d442cd

Browse files
committed
fix: removed @pytest.mark.skip
1 parent 50e617c commit 0d442cd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_clang_tidy.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
from cpp_linter_hooks.clang_tidy import run_clang_tidy
55

66

7-
@pytest.mark.skip(reason="see https://github.com/cpp-linter/cpp-linter-hooks/pull/29")
87
@pytest.mark.parametrize(
98
('args', 'expected_retval'), (
109
(['--checks="boost-*"'], 1),

0 commit comments

Comments
 (0)