summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorRadoslaw Smigielski <radoslaw.smigielski@alcatel-lucent.com>2015-01-23 15:40:41 +0000
committerJordanP <jordan.pittier@scality.com>2015-02-06 15:39:45 +0100
commit36e293b5d5322c15cb612356616357e2df2c6f52 (patch)
treeed9f29daf7239f7a80769bcd725e1b159a8846ff /test-requirements.txt
parentbd04fbeed5b0809ff8f2c24b690f1e81ce1393a1 (diff)
downloadglance_store-36e293b5d5322c15cb612356616357e2df2c6f52.tar.gz
Fixing PEP8 E712 and E265
1. PEP8 E712, removed singleton comparison using '==' operator: E712 comparison to True should be 'if cond is True:'or 'if cond:' Two places. 2. Fix PEP8 E265 block comment syntax. E265 block comment should start with '# ' 3. No more E712 so removed it from tox.ini ignored list. Change-Id: I778aa5c4e1458cccb7a34d087b3b59eceadd45d0
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 779d3a3..abf3509 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -18,7 +18,9 @@ oslotest
sphinx>=1.1.2,!=1.2.0,<1.3
oslosphinx
-### Store specific packages
+#
+# Store specific packages
+#
# For S3 storage backend
boto>=2.12.0,!=2.13.0