From 7bed7c34c6f613f733ce7c5c7f5178e2aab8be20 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Thu, 11 Jul 2019 10:22:51 +1000 Subject: [PATCH] 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 --- tox.ini | 1 + 1 file changed, 1 insertion(+) 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 -- 2.16.6