From e6268e1ae27f44c4f23845377da4d59cc87440a7 Mon Sep 17 00:00:00 2001 From: Kale Kundert Date: Sun, 21 Jun 2020 13:50:16 -0400 Subject: [PATCH] chore: remove coverage options from pytest.ini --- tests/pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pytest.ini b/tests/pytest.ini index 8703b3f..8cb6049 100644 --- a/tests/pytest.ini +++ b/tests/pytest.ini @@ -1,3 +1,3 @@ [pytest] python_files=??_test_*.py -addopts = --cov vecrec --cov-report html --no-cov-on-fail --doctest-modules +addopts = --doctest-modules