
Update hacking version to match version specified in requirements repo. Fixed the following issues, which the newer version checks for: print "" -> print("") self.assertEquals -> self.assertEqual self.assertNotEquals -> self.assertNotEqual Change-Id: Ic4b70fd8f565cda28e23fe6b1da0e278f949373c Closes-Bug: #1256738 Closes-Bug: #1256737 Closes-Bug: #1257274
16 lines
271 B
Plaintext
16 lines
271 B
Plaintext
# Install bounded pep8/pyflakes first, then let flake8 install
|
|
hacking>=0.8.0,<0.9
|
|
coverage>=3.6
|
|
discover
|
|
fixtures>=0.3.14
|
|
hp3parclient>=2.0,<3.0
|
|
mock>=1.0
|
|
mox>=0.5.3
|
|
MySQL-python
|
|
psycopg2
|
|
sphinx>=1.1.2
|
|
python-subunit
|
|
testtools>=0.9.32
|
|
testrepository>=0.0.17
|
|
oslo.sphinx
|