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 on value='koszko-scripts'>koszko-scripts Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/assembly.scm
AgeCommit message (Expand)Author
2024-08-14gnu: cpu-features: Fix cross-compilation....Zheng Junjie
2024-06-26gnu: Add cpu-features....Andy Tai
2024-06-24gnu: rgbds: Update to 0.7.0....Felix Gruber
2024-06-20gnu: simde: Update to 0.8.2....宋文武
2024-06-02gnu: asl: Update to 1.42-beta-267....Simon South
2023-09-27gnu: Add blinkenlights....B. Wilson
2023-09-18gnu: Add asl....Simon South
2023-09-10gnu: lightning: Update to 2.2.2....Tobias Geerinckx-Rice