From: Assaf Muller Date: Tue, 30 Jun 2015 17:22:17 +0000 (-0400) Subject: Disable pylint job X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=3da491cf5fe629559281507f65f12a0e34eaedf7;p=openstack-build%2Fneutron-build.git Disable pylint job 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 --- diff --git a/tox.ini b/tox.ini index dd78040a2..12f2b91fb 100644 --- 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