mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Use consistent mypy output spacing (#11055)
This commit is contained in:
@@ -374,7 +374,7 @@ def test_stdlib(args: TestConfig) -> TestResult:
|
||||
if not files:
|
||||
return TestResult(MypyResult.SUCCESS, 0)
|
||||
|
||||
print(f"Testing stdlib ({len(files)} files)...", end="", flush=True)
|
||||
print(f"Testing stdlib ({len(files)} files)... ", end="", flush=True)
|
||||
# We don't actually need pip for the stdlib testing
|
||||
venv_info = VenvInfo(pip_exe="", python_exe=sys.executable)
|
||||
result = run_mypy(args, [], files, venv_info=venv_info, testing_stdlib=True, non_types_dependencies=False)
|
||||
|
||||
Reference in New Issue
Block a user