Blob Blame History Raw
From 8bf7c3b1336738ed5938f679fc4d450c3f8f0a62 Mon Sep 17 00:00:00 2001
From: Ondrej Nosek <onosek@redhat.com>
Date: Wed, 7 Sep 2022 00:11:56 +0200
Subject: [PATCH] Remove pytest coverage execution

Signed-off-by: Ondrej Nosek <onosek@redhat.com>
---
 setup.cfg | 1 -
 1 file changed, 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index 5e29c2f..4fe73fa 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,7 +5,6 @@ test = pytest
 max-line-length = 100
 
 [tool:pytest]
-addopts = --cov=pyrpkg
 testpaths = tests
 
 [egg_info]
-- 
2.37.2