stubtest third party: remove extra line when skipping a distribution (#7864)

This commit is contained in:
Sebastian Rittau
2022-05-18 20:15:55 +02:00
committed by GitHub
parent a98a1ead06
commit 7ca82d5fb4

View File

@@ -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: