forked from pool/python-cmd2
- Update to version 2.5.6
* Fixed type hint for with_default_category decorator which
caused type checkers to mistype a subclass of CommandSet as a
plain CommandSet.
- Update to version 2.5.5
* Fixed type hints for passing a class method to with_argparser
and as_subcommand_to.
* Fixed issue where set command was not always printing a
settable's current value.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cmd2?expand=0&rev=102
This commit is contained in:
17
cmd2-no-coverage-tests.patch
Normal file
17
cmd2-no-coverage-tests.patch
Normal file
@@ -0,0 +1,17 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user