diff --git a/setup.cfg b/setup.cfg
index 9fe4a72c5ece59c0022da98579a632b5f5ff9e0e..989b6fc378d37625ab788c27b6e5b6613bf880a1 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