From 77e3b4448f2f0683f397f9a908bedb6a3804732b Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Tue, 16 Jul 2019 11:53:34 +0200 Subject: [PATCH] README: specify pytest-3 as dependency Tests were moved to Python 3 in @2cdcacee5bad54c. Signed-off-by: Oleksandr Kravchuk --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75f4890..b8c24d4 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ it. Testing ------- Dependencies: -* pytest +* pytest-3 Note: In order to do clean tests, this script will tear down and destroy the VM if it is already created ```bash