Skip to content
Next Next commit
fix: removed @pytest.mark.skip
  • Loading branch information
shenxianpeng committed Aug 13, 2024
commit 0d442cd729a1067e0dc6a75ec395457c3ef4fb76
1 change: 0 additions & 1 deletion tests/test_clang_tidy.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from cpp_linter_hooks.clang_tidy import run_clang_tidy


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