mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 20:54:38 +03:00
run black
This commit is contained in:
@@ -73,7 +73,9 @@ def test_cli_invalid_version(capsys, invalid_version):
|
||||
|
||||
matcher = re.compile(
|
||||
r"^aqtinstall\(aqt\) v.* on Python 3.*\n"
|
||||
r".*Invalid version: '" + invalid_version + r"'! Please use the form '5\.X\.Y'\.\n.*"
|
||||
r".*Invalid version: '"
|
||||
+ invalid_version
|
||||
+ r"'! Please use the form '5\.X\.Y'\.\n.*"
|
||||
)
|
||||
|
||||
for cmd in "install", "doc", "list":
|
||||
|
||||
Reference in New Issue
Block a user