From 7ca82d5fb43c5faaa594b35dd988da90e7d6b1da Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Wed, 18 May 2022 20:15:55 +0200 Subject: [PATCH] stubtest third party: remove extra line when skipping a distribution (#7864) --- tests/stubtest_third_party.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/stubtest_third_party.py b/tests/stubtest_third_party.py index 271216de8..b3d350d2b 100755 --- a/tests/stubtest_third_party.py +++ b/tests/stubtest_third_party.py @@ -42,7 +42,6 @@ def run_stubtest(dist: Path, *, verbose: bool = False) -> bool: if not metadata.get("stubtest", True): print(colored(" skipping", "yellow")) - print() return True with tempfile.TemporaryDirectory() as tmp: