forked from pool/python-cmd2
- update to 2.5.11:
* Fixed duplicated parameter tables in API documentation.
* Fixed docstring style for MkDocs API documentation so
parameters are displayed properly.
* Fixed 'index out of range' error when passing no arguments to
an argparse-based command function.
* Added `ArgumentParser.get_ap_completer_type()` and
* Fixed bug where AutoCompleter was not distinguishing between a negative number and a flag
* Fixed bug where AutoCompleter did not handle -- the same way argparse does (all args after -- are non-options)
* The ``preparse``, ``postparsing_precmd``, and ``postparsing_postcmd`` methods *deprecated* in the previous release
* Fixed bug in parsing of multiline commands where matching quote is on another line
- update to 0.6.5.1:
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cmd2?expand=0&rev=108
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 @@
|
||||
Index: cmd2-2.5.11/pyproject.toml
|
||||
===================================================================
|
||||
--- cmd2-2.5.11.orig/pyproject.toml
|
||||
+++ cmd2-2.5.11/pyproject.toml
|
||||
@@ -104,12 +104,6 @@ warn_unused_ignores = false
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
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