Skip to content

Commit

Permalink
fix test_help under py3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mjurbanski-reef committed Oct 27, 2024
1 parent 559f84d commit 10c61ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/test_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ def test_help(cli_version):
if platform.system() == 'Windows':
expected_name += '.exe'
assert re.match(r"^_?b2(v\d+)?(\.exe)?$", expected_name) # test sanity check
assert f" {expected_name} <command> --help" in p.stdout
assert f"{expected_name} <command> --help" in p.stdout

0 comments on commit 10c61ac

Please sign in to comment.