elmarco / rpms / rpkg

Forked from rpms/rpkg 2 years ago
Clone
Blob Blame History Raw
From d6a407c80ec2aca51e8bd01e0a133bfa8890946b Mon Sep 17 00:00:00 2001
From: Ondrej Nosek <onosek@redhat.com>
Date: Mon, 7 Feb 2022 02:21:55 +0100
Subject: [PATCH] Remove pytest coverage execution

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

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