From 6a6d813bb320d084f63ee26f6a85b37d5d46699f Mon Sep 17 00:00:00 2001 From: Goutham Pacha Ravi Date: Tue, 19 Feb 2019 11:01:34 -0800 Subject: [PATCH] [pylint] Remove lint tox environment We don't use the tools/lintstack.py script anymore since its removal in [1], so cleanup the unused tox environment and the gitignore corresponding files. TrivialFix [1] https://review.openstack.org/#/c/609791/ Change-Id: Id2d40c1f9f1ce71a22ba9836b90c3e917171a556 --- .gitignore | 2 -- tox.ini | 6 ------ 2 files changed, 8 deletions(-) diff --git a/.gitignore b/.gitignore index 9593e4319d..2222057f00 100644 --- a/.gitignore +++ b/.gitignore @@ -29,8 +29,6 @@ keys local_settings.py subunit.log tools/conf/manila.conf* -tools/lintstack.head.py -tools/pylint_exceptions tags # Files created by Sphinx build doc/build diff --git a/tox.ini b/tox.ini index 2e43889564..431a7b660f 100644 --- a/tox.ini +++ b/tox.ini @@ -109,12 +109,6 @@ deps = -r{toxinidir}/requirements.txt whitelist_externals = bash commands = bash ./tools/coding-checks.sh --pylint {posargs} -[testenv:lint] -basepython = python3 -deps = -r{toxinidir}/requirements.txt - pylint==1.9.0 -commands = python tools/lintstack.py check - [testenv:api-ref] basepython = python3 # This environment is called from CI scripts to test and publish