diff --git a/test/test_main.py b/test/test_main.py index c3c6cb6d21..ef345baed2 100644 --- a/test/test_main.py +++ b/test/test_main.py @@ -124,7 +124,7 @@ def test_nodeps(lintable: str) -> None: env = os.environ.copy() py_path = Path(sys.executable).parent proc = subprocess.run( - [str(py_path / "ansible-lint"), "--nodeps=true", lintable], + [str(py_path / "ansible-lint"), "--nodeps", lintable], check=False, capture_output=True, text=True,