From: Anil Belur Date: Thu, 11 Jul 2019 00:22:51 +0000 (+1000) Subject: Pin pytest to 4.6.x X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=7bed7c34c6f613f733ce7c5c7f5178e2aab8be20;p=ansible%2Froles%2Fjava-install.git Pin pytest to 4.6.x 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 --- diff --git a/tox.ini b/tox.ini index b1f51c5..aa4580a 100644 --- a/tox.ini +++ b/tox.ini @@ -11,6 +11,7 @@ deps = ansible docker molecule + pytest~=4.6.4 passenv = * commands = ./molecule.sh