Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tests for Mac OS #3825

Closed
wants to merge 10 commits into from
2 changes: 2 additions & 0 deletions test/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
import pytest

from ansiblelint import formatters
from ansiblelint.config import options
from ansiblelint.file_utils import Lintable
from ansiblelint.runner import Runner

Expand Down Expand Up @@ -92,6 +93,7 @@ def test_runner_exclude_globs(
exclude_path: str,
) -> None:
"""Test that globs work."""
options.lintables = []
runner = Runner(
"examples/playbooks",
rules=default_rules_collection,
Expand Down