pytest-benchmark
pytest-benchmark copied to clipboard
Fix test_cli.py::test_help* to work on Python 3.10
From Python 3.10 release notes:
Misleading phrase "optional arguments" was replaced with "options" in argparse help. Some tests might require adaptation if they rely on exact output match. (Contributed by Raymond Hettinger in bpo-9694.)
Might also be worthwhile adding the Programming Language :: Python :: 3.10
classifier to pypi.
Assuming fixed by 36964f06c0a86c9695ab3d26a91b04c259cae3f4.