From 2d7ba43037985a8156d29a5c65ccbc11a2d4da96 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Sat, 29 Jun 2019 22:19:33 -0400 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. Signed-off-by: Thanh Ha Change-Id: Ied1cfbed458fd27999537c510a33e142a5b7b56a --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 61059d5..53c35c9 100644 --- a/tox.ini +++ b/tox.ini @@ -12,6 +12,8 @@ deps = ansible-lint~=4.0.1 docker molecule + # pytest 5 requires Python >= 3.5 + pytest~=4.6.4 passenv = * commands = ./molecule.sh -- 2.16.6