blob: fbc9cb7a5aabd7c2f9a4f0d4bfe1d0b988a71289 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
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
|