From a2831c0edf22579cd874f11d190037d65eea67c7 Mon Sep 17 00:00:00 2001 From: Rob McMullen Date: Fri, 26 Oct 2018 12:14:33 -0700 Subject: [PATCH] Disabled pytest coverage by default --- test/pytest.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/pytest.ini b/test/pytest.ini index ebfb2cc..57b9fb7 100644 --- a/test/pytest.ini +++ b/test/pytest.ini @@ -1,2 +1,2 @@ -[pytest] -addopts = --cov=atrcopy --cov-report html --cov-report term +#[pytest] +#addopts = --cov=atrcopy --cov-report html --cov-report term