
Pep8 tests were failing due to an error in requirements.txt pep8 was specified as allowing from 1.5.7, with no minimum version. Flake8 however fails with versions >1.6. Added this requirement, and also fixed errors from pep8 tests Change-Id: I24cb0ff34d6a28a6932a8df1206add287aca1e29
16 lines
383 B
Plaintext
16 lines
383 B
Plaintext
# Includes fixes for handling egg-linked libraries
|
|
# and detection of stdlibs in virtualenvs
|
|
-e git://github.com/samstav/hacking.git@satori#egg=hacking
|
|
|
|
coverage>=3.6
|
|
discover
|
|
flake8_docstrings>=0.2.0 # patched for py33
|
|
fixtures>=0.3.14
|
|
freezegun
|
|
mock>=1.0
|
|
pep8>=1.5.7,<1.6
|
|
pep257>=0.3.2 # patched for py33
|
|
sphinx>=1.2.2
|
|
testrepository>=0.0.17
|
|
testtools>=0.9.32
|