]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Move pylint dep from tox.ini to test-requirements
authorAssaf Muller <amuller@redhat.com>
Tue, 30 Jun 2015 18:56:28 +0000 (14:56 -0400)
committerAssaf Muller <amuller@redhat.com>
Tue, 30 Jun 2015 18:58:50 +0000 (14:58 -0400)
This allows us to pin pylint from global requirements.

Closes-Bug: #1470186
Depends-On: Ibad8cd2911efbe075ea2629c543f6ce1f216c938
Change-Id: I31cc18e0b4cd32728f5814aa9dbf403104f72c72

test-requirements.txt
tox.ini

index 9bea5ff02f248cf26a6419c2a96fa49136c4680d..1eb3f7278ab022a417dd9cb8adda64b8c48803a4 100644 (file)
@@ -19,3 +19,4 @@ oslotest>=1.5.1 # Apache-2.0
 os-testr>=0.1.0
 tempest-lib>=0.5.0
 ddt>=0.7.0
+pylint==1.4.4  # GNU GPL v2
diff --git a/tox.ini b/tox.ini
index 12f2b91fbf32735de0ba5f0e4be790abb8d28645..48b3cc7ab07a2b8bec12de3653961a3ade14fbc3 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -78,14 +78,13 @@ downloadcache = ~/cache/pip
 basepython = python2.7
 deps =
   {[testenv]deps}
-  pylint
 commands=
   # If it is easier to add a check via a shell script, consider adding it in this file
   sh ./tools/misc-sanity-checks.sh
   {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