Remove pylint from requirements

Pylint does not successfully install on ubuntu py33, so the tests
fail out of the box.  Pylint is not really a requirement of this
project, it can be run and installed manually.

Change-Id: I0327ad77deb6a56bc530d8bf05cf98c4312a9cc9
This commit is contained in:
Terry Howe
2015-01-28 08:26:34 -07:00
parent 8d4b35b052
commit 336f4eb790
2 changed files with 0 additions and 4 deletions

View File

@@ -3,7 +3,6 @@
# process, which may cause wedges in the gate later.
hacking>=0.9.2,<0.10
pylint==0.25.2
mock>=1.0
coverage>=3.6

View File

@@ -15,9 +15,6 @@ commands = python setup.py testr --slowest --testr-args='{posargs}'
[testenv:pep8]
commands = flake8
[testenv:pylint]
commands = pylint bashate
[testenv:docs]
commands = python setup.py build_sphinx