diff options
Diffstat (limited to '0002-Remove-pytest-coverage-execution.patch')
-rw-r--r-- | 0002-Remove-pytest-coverage-execution.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/0002-Remove-pytest-coverage-execution.patch b/0002-Remove-pytest-coverage-execution.patch new file mode 100644 index 0000000..fbc9cb7 --- /dev/null +++ b/0002-Remove-pytest-coverage-execution.patch @@ -0,0 +1,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 + |