python-cmd2/cmd2-no-coverage-tests.patch
Matej Cepl 0b61a039c6 - Update to version 2.5.7
* Fixed issue where argument parsers for overridden commands
    were not being created..
  * Fixed issue where Cmd.ppaged() was not writing to the passed
    in destination.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cmd2?expand=0&rev=104
2024-11-23 22:32:42 +00:00

18 lines
373 B
Diff

diff --git a/pyproject.toml b/pyproject.toml
index bfd8d44..f88999e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -54,12 +54,6 @@ warn_unused_ignores = false
testpaths = [
"tests",
]
-addopts = [
- "--cov=cmd2",
- "--cov-append",
- "--cov-report=term",
- "--cov-report=html",
-]
[tool.ruff]
# Exclude a variety of commonly ignored directories.