diff --git a/tests/test_i18n_parity.py b/tests/test_i18n_parity.py index 52ce7f7..2a56252 100644 --- a/tests/test_i18n_parity.py +++ b/tests/test_i18n_parity.py @@ -237,7 +237,11 @@ def test_extra_sources_aggregated(tmp_path: Path) -> None: max_size=12, ).filter( lambda s: ( - s not in (".", "..") and "/" not in s and "\\" not in s and s not in SYSTEM_EXCLUDED_DIRS + s not in (".", "..") + and "/" not in s + and "\\" not in s + and s not in SYSTEM_EXCLUDED_DIRS + and s not in {"includes", "stylesheets", "overrides"} ) )