Code Review
/
releng
/
lftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
fe703b4
)
Lock pre-commit to version 1.11.2
62/13162/1
author
Eric Ball
<eball@linuxfoundation.org>
Wed, 24 Oct 2018 01:02:18 +0000
(18:02 -0700)
committer
Eric Ball
<eball@linuxfoundation.org>
Wed, 24 Oct 2018 01:10:46 +0000
(18:10 -0700)
The latest version, 1.12.0, is causing problems with the
lftools-tox-verify Jenkins job.
Change-Id: Ifa7cb9d90bb6691a3892778e3b186256bc4e4501
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
tox.ini
patch
|
blob
|
history
diff --git
a/tox.ini
b/tox.ini
index
a5be53c
..
5eb24f7
100644
(file)
--- a/
tox.ini
+++ b/
tox.ini
@@
-14,7
+14,7
@@
deps = -r{toxinidir}/requirements-test.txt
commands = pytest
[testenv:check-hooks]
-deps = pre-commit
+deps = pre-commit
==1.11.2
commands =
pre-commit install
pre-commit run --all-files