python-manilaclient/test-requirements.txt
Dirk Mueller 7750a08e91 Switch to Hacking 0.8 / Pep8 1.4.x
Most other projects use Hacking and flake8 for the
Pep8 checks, which provides signficant advantages:

* Many more checks for typical violations of OpenStack coding guidelines
  (less manual work for reviewers, less style nitpicking)
* more bug fixes in the pep8 checks
* Pyflakes checks - which find usual real coding bugs

Currently most of the checks are disabled via the ignore section
in tox.ini, to be reenabled in later commits.

Change-Id: Iec4d20caf640bd5ca9d796702a6bb1085c60933e
2014-05-30 17:18:28 +02:00

10 lines
142 B
Plaintext

hacking>=0.8.0,<0.9
coverage>=3.6
discover
fixtures>=0.3.14
mock>=1.0
ordereddict
sphinx>=1.2.1,<1.3
testrepository>=0.0.18
testtools>=0.9.34