diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2017-12-22 10:40:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-12-22 10:40:49 +0000 |
commit | 8578189f27e5560814cc78eb32757d2a20caa70a (patch) | |
tree | f5b370b4e7c0d2198d10e8339be121d41edd3c34 | |
parent | f8f1863b81200a9a0ef102a4494f40d4abb72917 (diff) | |
parent | 4faf9f3c42285e01e4d83b6a84ef993100708fb5 (diff) |
Merge "Fix the pylint version for pep8 tox target"
-rw-r--r-- | test-requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index a635bd1d6..371af21b1 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,7 +8,7 @@ flake8==2.5.4 # MIT; OSI Approved MIT License packaging==16.8.0 # BSD or Apache License, Version 2.0 pep8==1.7.0 # Expat license; OSI Approved MIT License pyflakes==1.0.0 # MIT; OSI Approved MIT License -pylint +pylint==1.8.1 # GPLv2 python-subunit==1.2.0 # OSI Approved Apache Software License; OSI Approved BSD License testrepository==0.0.20 # OSI Approved BSD License; OSI Approved Apache Software License testtools==2.2.0 # OSI Approved MIT License |