36e293b5d5
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
34 lines
547 B
Plaintext
34 lines
547 B
Plaintext
# Metrics and style
|
|
hacking>=0.8.0,<0.9
|
|
|
|
# Packaging
|
|
mock>=1.0
|
|
|
|
# Unit testing
|
|
coverage>=3.6
|
|
httpretty>=0.8.0,!=0.8.1,!=0.8.2,!=0.8.3
|
|
fixtures>=0.3.14
|
|
python-subunit>=0.0.18
|
|
testrepository>=0.0.18
|
|
testscenarios>=0.4
|
|
testtools>=0.9.34
|
|
oslotest
|
|
|
|
# this is required for the docs build jobs
|
|
sphinx>=1.1.2,!=1.2.0,<1.3
|
|
oslosphinx
|
|
|
|
#
|
|
# Store specific packages
|
|
#
|
|
|
|
# For S3 storage backend
|
|
boto>=2.12.0,!=2.13.0
|
|
|
|
# For VMware storage backend.
|
|
oslo.vmware>=0.4 # Apache-2.0
|
|
|
|
# Swift Backend
|
|
httplib2>=0.7.5
|
|
python-swiftclient>=2.0.2
|