diff options
Diffstat (limited to '0002-Remove-pytest-coverage-execution.patch')
-rw-r--r-- | 0002-Remove-pytest-coverage-execution.patch | 26 |
1 files changed, 6 insertions, 20 deletions
diff --git a/0002-Remove-pytest-coverage-execution.patch b/0002-Remove-pytest-coverage-execution.patch index fbc9cb7..d746c7b 100644 --- a/0002-Remove-pytest-coverage-execution.patch +++ b/0002-Remove-pytest-coverage-execution.patch @@ -1,25 +1,11 @@ -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 +--- a/setup.cfg 2023-12-11 18:21:45.586656058 +0100 ++++ b/setup.cfg 2024-06-26 02:33:53.017645612 +0200 +@@ -5,8 +5,4 @@ max-line-length = 100 [tool:pytest] +-# additional values for 'addopts' can be: +-# --cov-report html +-# -ra -q -addopts = --cov=pyrpkg testpaths = tests - - [egg_info] --- -2.37.2 - |