diff --git a/test/test_linter.py b/test/test_linter.py index e73492d5..64d408cc 100644 --- a/test/test_linter.py +++ b/test/test_linter.py @@ -16,6 +16,7 @@ def test_clang_tidy(): yield check_tidy, implementation +@helpers.skip_windows() def check_tidy(implementation: pqclean.Implementation): helpers.ensure_available('clang-tidy') cfiles = implementation.cfiles()