projects
/
osm
/
N2VC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba24d4c
)
Fix pylint in tox
76/10376/1
author
David Garcia
<david.garcia@canonical.com>
Tue, 23 Feb 2021 09:38:17 +0000
(10:38 +0100)
committer
David Garcia
<david.garcia@canonical.com>
Tue, 23 Feb 2021 09:38:17 +0000
(10:38 +0100)
Change-Id: Ifef8f7516df33e48d6df8e38414fe96a3ad30e73
Signed-off-by: David Garcia <david.garcia@canonical.com>
tox.ini
patch
|
blob
|
history
diff --git
a/tox.ini
b/tox.ini
index
a0f0503
..
2ca433c
100644
(file)
--- a/
tox.ini
+++ b/
tox.ini
@@
-34,7
+34,7
@@
commands =
[testenv:pylint]
basepython = python3
deps =
- pylint
+ pylint
==2.5.3
-rrequirements.txt
commands =
pylint -E n2vc --ignore=tests
@@
-42,7
+42,7
@@
commands =
[testenv:pylint-tests]
basepython = python3
deps =
- pylint
+ pylint
==2.5.3
-rrequirements.txt
-rtest-requirements.txt
commands =