In email discussions we decided that the master branch should always
pull in the lastest version of the pep8 tool, which keeps us closest
to the real pep-8 document. Therefore, I'm removing the hardcoded
version here to match the lack of a pep8 version in tox.ini (which is
what the CI infrastructure uses when running the gating pep8 checks).
Note that your pep8 version will only update when you re-run
pip install --upgrade -r tools/test-requires .
Change-Id: I242cb042cff5f5969aa50d40312f87979191c7b7
distribute>=0.6.24
-
coverage
mock>=0.7.1
mox==0.5.3
nose
nosexcover
openstack.nose_plugin
-pep8==0.6.1
+pep8
sphinx>=1.1.2
unittest2
webtest