diff --git a/tests/unit/test_shell.py b/tests/unit/test_shell.py index 17ac995c..ca14045f 100644 --- a/tests/unit/test_shell.py +++ b/tests/unit/test_shell.py @@ -1290,7 +1290,7 @@ class TestParsing(TestBase): self.assertTrue(out.find('[--key <api_key>]') > 0) self.assertEqual(-1, out.find('--os-username=<auth-user-name>')) - ## --os-help return os options help + # --os-help return os options help opts = {} args = _make_args("", opts, os_opts) with CaptureOutput() as out: diff --git a/tox.ini b/tox.ini index 10377ccd..e5b207c6 100644 --- a/tox.ini +++ b/tox.ini @@ -50,4 +50,4 @@ commands= ignore = H select = H102, H103, H201, H501, H903 show-source = True -exclude = .venv,.tox,dist,doc,test,*egg +exclude = .venv,.tox,dist,doc,*egg