From 59eb76562e81f5ce539719e5ad0d817d702a8171 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 14 Feb 2025 07:16:05 +0000 Subject: automatic import of rpkg --- 0002-Remove-pytest-coverage-execution.patch | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 0002-Remove-pytest-coverage-execution.patch (limited to '0002-Remove-pytest-coverage-execution.patch') 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 +Date: Wed, 7 Sep 2022 00:11:56 +0200 +Subject: [PATCH] Remove pytest coverage execution + +Signed-off-by: Ondrej Nosek +--- + 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 + -- cgit v1.2.3