diff --git a/tests/version_check.py b/tests/version_check.py index b72f175..95853c3 100644 --- a/tests/version_check.py +++ b/tests/version_check.py @@ -29,7 +29,7 @@ print(f"Python {platform.python_version()} {status[expect_fail]} as expected") else: print( - f"{platform.python_version()} should have {status[expect_fail]},", + f"Python {platform.python_version()} should have {status[expect_fail]},", f"but actually {status[actual_fail]}", ) sys.exit(return_code)