Blob Blame History Raw
From 926e903db635d6e4f5dad1f0c16d9e45e097f4d6 Mon Sep 17 00:00:00 2001
From: Ondrej Nosek <onosek@redhat.com>
Date: Mon, 7 Feb 2022 01:26:53 +0100
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 c952275..3c47304 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,7 +5,6 @@ test = pytest
 formats = bztar
 
 [tool:pytest]
-addopts = --cov=fedpkg
 testpaths = test
 
 [flake8]
-- 
2.34.1