From: Thanh Ha Date: Sun, 30 Jun 2019 02:19:33 +0000 (-0400) Subject: Pin pytest to 4.6.x X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=2d7ba43037985a8156d29a5c65ccbc11a2d4da96;p=ansible%2Froles%2Flf-recommended-tools.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. Signed-off-by: Thanh Ha Change-Id: Ied1cfbed458fd27999537c510a33e142a5b7b56a --- 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