Code Review
/
releng
/
docs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
edfd85f
)
Pin more-itertools~=5.0.0
92/16692/1
author
Anil Belur
<abelur@linuxfoundation.org>
Tue, 27 Aug 2019 16:16:15 +0000
(21:46 +0530)
committer
Anil Belur
<abelur@linuxfoundation.org>
Tue, 27 Aug 2019 16:17:21 +0000
(21:47 +0530)
Change-Id: Ic4a6c25c719a96471aeccef18732f92b4a8ce96c
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
tox.ini
patch
|
blob
|
history
diff --git
a/tox.ini
b/tox.ini
index
fede3c2
..
7300fdf
100644
(file)
--- a/
tox.ini
+++ b/
tox.ini
@@
-15,7
+15,9
@@
install_command=python -m pip install --no-cache-dir {opts} {packages}
commands = python {toxinidir}/check-best-practices.py
[testenv:check-hooks]
-deps = pre-commit
+deps =
+ more-itertools~=5.0.0
+ pre-commit
commands =
pre-commit install
pre-commit run --all-files