diff options
author | Nicolas Graves <[email protected]> | 2024-05-10 00:54:09 +0200 |
---|---|---|
committer | Sharlatan Hellseher <[email protected]> | 2024-12-13 20:18:56 +0000 |
commit | 8cb1f36593cc3bb30a8da22bdbb8d418268b7a75 (patch) | |
tree | 4d86a7e6c3ac39c90dbac3df86cc41f158d091ee /gnu/packages/patches/python-uqbar-python3.10.patch | |
parent | 08b251af400536c2fc8b1f7473b4c32f82357e93 (diff) |
gnu: python-uqbar: Update to 0.6.9.
* gnu/packages/graphviz.scm (python-uqbar): Update to 0.6.9.
Change-Id: Iee24cb1c66db162001c618d1f64a9e2406c1dacd
Signed-off-by: Nicolas Goaziou <[email protected]>
Diffstat (limited to 'gnu/packages/patches/python-uqbar-python3.10.patch')
-rw-r--r-- | gnu/packages/patches/python-uqbar-python3.10.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/gnu/packages/patches/python-uqbar-python3.10.patch b/gnu/packages/patches/python-uqbar-python3.10.patch deleted file mode 100644 index 164f0c0c64..0000000000 --- a/gnu/packages/patches/python-uqbar-python3.10.patch +++ /dev/null @@ -1,23 +0,0 @@ -Since Python 3.10 the output of a CLI program created with argparse -uses "options" instead of "optional arguments". This behaviour breaks -the tests in python-uqbar. - ---- a/tests/test_cli.py -+++ b/tests/test_cli.py -@@ -84,7 +84,7 @@ def test_call_help(): - - speak like a cat - -- optional arguments: -+ options: - -h, --help show this help message and exit - --version show program's version number and exit - --loud be adamant -@@ -101,6 +101,6 @@ def test_help(): - """ - usage: vox-aggregator [-h] [--version] {help,list,birds,mammals} ... - -- optional arguments: -+ options: - -h, --help show this help message and exit - --version show program's version number and exit |