From ad11aa6e64df710c5ff5166d82eef67a47dcf1aa Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Wed, 25 Oct 2017 14:03:37 +0100
Subject: [PATCH] adjust pytest options

---
 setup.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index 9fe4a72c5..989b6fc37 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -6,7 +6,7 @@ universal=1
 
 [tool:pytest]
 testpaths = tests
-addopts   = -s -v --niters=50 --cov=fsl --cov-report=html
+addopts   = -v --niters=50 --cov=fsl
 
 [flake8]
 ignore = E127,E201,E203,E221,E222,E241,E271,E272,E301,E302,E303,E701
\ No newline at end of file
-- 
GitLab