forked from pool/python-cmd2
* removed support for Python 3.8
* Added support for Python 3.14
* Added new Cmd.ppretty() method for pretty printing arbitrary
Python data structures
* Clarified help text for -t/--transcript argument to the history
command
* Added explicit support for free-threaded versions of Python,
starting with version 3.14
* Integrated rich-argparse with cmd2's default argparse help
formatter (Cmd2HelpFormatter).
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cmd2?expand=0&rev=110
18 lines
447 B
Diff
18 lines
447 B
Diff
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.
|