]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove hardcoded version for pep8 from tools/test-requires
authorDan Wendlandt <dan@nicira.com>
Wed, 6 Jun 2012 19:41:13 +0000 (12:41 -0700)
committerDan Wendlandt <dan@nicira.com>
Wed, 6 Jun 2012 19:41:13 +0000 (12:41 -0700)
commit88deb9f4eb1bfa8d0e1543d53c598e09f4e5cfd8
tree1d7f0d357e14dc271f32e0916065e9eb3431bed9
parentcb2d3487d7accb2ff1598ecd88486ab17fda06ba
Remove hardcoded version for pep8 from tools/test-requires

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
tools/test-requires