]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Disable pylint job
authorAssaf Muller <amuller@redhat.com>
Tue, 30 Jun 2015 17:22:17 +0000 (13:22 -0400)
committerAssaf Muller <amuller@redhat.com>
Tue, 30 Jun 2015 17:22:17 +0000 (13:22 -0400)
Disabling pylint until it gets unbroken. Pylint 1.4.1 is using
logilab-common, which had a release on the 30th, breaking pylint.
Pylint developers are planning a logilab-common release tomorrow
which should unbreak pylint once again, at which point I'll
re-enable pylint.

Change-Id: I5d8aaab8192168946c2a0b74abc1a56848ca51a2
Related-Bug: #1470186

tox.ini

diff --git a/tox.ini b/tox.ini
index dd78040a24f145243ee322f30ac9be2a83d0e552..12f2b91fbf32735de0ba5f0e4be790abb8d28645 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -85,7 +85,7 @@ commands=
   {toxinidir}/tools/check_unit_test_structure.sh
   # Checks for coding and style guidelines
   flake8
-  sh ./tools/coding-checks.sh --pylint '{posargs}'
+  sh ./tools/coding-checks.sh --pylint '{posargs}'
   neutron-db-manage --config-file neutron/tests/etc/neutron.conf check_migration
 whitelist_externals =
   sh