Skip to content

Commit 22f3cae

Browse files
Remove =true
1 parent e87ab92 commit 22f3cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def test_nodeps(lintable: str) -> None:
124124
env = os.environ.copy()
125125
py_path = Path(sys.executable).parent
126126
proc = subprocess.run(
127-
[str(py_path / "ansible-lint"), "--nodeps=true", lintable],
127+
[str(py_path / "ansible-lint"), "--nodeps", lintable],
128128
check=False,
129129
capture_output=True,
130130
text=True,

0 commit comments

Comments
 (0)