From 12c85a065f6ce29866f58a4e269a26c5ec981f49 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Sun, 13 Oct 2019 15:44:51 +0100 Subject: [PATCH] test: enabled pytest-sugar Change-Id: Ic9e04a3ccf92b98efdcf59e6a88b787a20a18fac --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 67b8555e5..8166b9a48 100644 --- a/setup.cfg +++ b/setup.cfg @@ -80,6 +80,7 @@ test = pytest-cache pytest-cov pytest-instafail + pytest-sugar pytest-timeout>=1.3.1 pytest-xdist>=1.14 pytest>=5.0.0,<6.0 # MIT