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
{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