From 3da491cf5fe629559281507f65f12a0e34eaedf7 Mon Sep 17 00:00:00 2001 From: Assaf Muller Date: Tue, 30 Jun 2015 13:22:17 -0400 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2