From 297b1268b025efd961f27aaf7a05d937931ec497 Mon Sep 17 00:00:00 2001 From: Pedro Ferreira Date: Sat, 5 Aug 2017 12:47:07 +0200 Subject: [PATCH] Remove pytest-cov flag --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 33038b6..674a8ff 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,3 +1,3 @@ [pytest] -addopts = --cov ssb --cov-report term-missing --no-cov-on-fail +addopts = --cov ssb --cov-report term-missing python_files = ssb/tests/test_*.py