summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-08-01 21:33:21 +0000
committerGerrit Code Review <review@openstack.org>2015-08-01 21:33:21 +0000
commit161e08df1054dc8d47db494de3645a47fcaa1f3a (patch)
tree8b78002d59ac975ff543be14287475486663bffd
parent9c640ae58ddb09ed1f3198784fed2cf57878e73a (diff)
parent847f135f9759ba9605175371d3c85eeb9038a1a7 (diff)
downloadpython-swiftclient-161e08df1054dc8d47db494de3645a47fcaa1f3a.tar.gz
Merge "Block comment PEP8 fix."
-rw-r--r--tests/unit/test_shell.py2
-rw-r--r--tox.ini2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/test_shell.py b/tests/unit/test_shell.py
index 17ac995..ca14045 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 10377cc..e5b207c 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