Code Review
/
ansible
/
roles
/
java-install.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
75613b3
)
Pin pytest to 4.6.x
57/16157/8
author
Anil Belur
<abelur@linuxfoundation.org>
Thu, 11 Jul 2019 00:22:51 +0000
(10:22 +1000)
committer
Anil Belur
<abelur@linuxfoundation.org>
Tue, 23 Jul 2019 00:00:32 +0000
(10:00 +1000)
PyTest 5 was released on June 28th that now requires Python >= 3.5
so pin to the 4.6.x stream until we are ready to drop 2.7 support.
Change-Id: Ie09418310386937d476054c9309ef6f2474fa92d
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
tox.ini
patch
|
blob
|
history
diff --git
a/tox.ini
b/tox.ini
index
b1f51c5
..
aa4580a
100644
(file)
--- a/
tox.ini
+++ b/
tox.ini
@@
-11,6
+11,7
@@
deps =
ansible
docker
molecule
+ pytest~=4.6.4
passenv = *
commands =
./molecule.sh