diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-06-19 07:14:42 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-06-19 07:16:33 +0200 |
commit | a1a85f7cc121b1c1176f2b79b22f4e4bca43177a (patch) | |
tree | b602db75f9577576b4b8fb84dc01e33b24c3dcdf /test-requirements.txt | |
parent | f1353fff60344b01c588d9724b3b1de819cbe661 (diff) |
Fix pylint errors
They are highlighted by the last pylint version.
Change-Id: I473212a413013492716993fb536903b13bff66ed
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'test-requirements.txt')
-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 2f570745e..eb5a41328 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,7 +5,7 @@ coverage!=4.4,>=4.0 # Apache-2.0 mock>=2.0.0 # BSD nose>=1.3.7 # LGPL flake8<2.6.0,>=2.5.4 # MIT -pylint==1.4.5 # GPLv2 +pylint # GPLv2 sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD sphinx-opnfv-theme sphinx-rtd-theme |