Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid hidden interactive ssh prompts at low verbosity levels. #9638

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

prevent progress indicator from overwriting interactive git ssh output

f29a453
Select commit
Loading
Failed to load commit list.
Open

Avoid hidden interactive ssh prompts at low verbosity levels. #9638

prevent progress indicator from overwriting interactive git ssh output
f29a453
Select commit
Loading
Failed to load commit list.
Cirrus CI / Tests / FreeBSD (Python 3.11) / mypy failed Aug 17, 2024 in 2m 0s

Task Summary

Instruction mypy failed in 00:37

Details

ℹ️ Scheduling was delayed due to a concurrency limit on community tasks

✅ 00:03 clone
✅ 01:05 bootstrap_poetry
✅ 00:12 setup_environment
❌ 00:37 mypy

poetry run mypy
src/poetry/utils/pause_indicator.py:7: error: Function is missing a return type annotation  [no-untyped-def]
src/poetry/utils/pause_indicator.py:11: error: Function is missing a type annotation  [no-untyped-def]
src/poetry/utils/pause_indicator.py:16: error: Function is missing a type annotation  [no-untyped-def]
src/poetry/puzzle/provider.py:109: error: Function is missing a type annotation  [no-untyped-def]
src/poetry/puzzle/provider.py:110: error: Call to untyped function "is_paused" in typed context  [no-untyped-call]
Found 5 errors in 2 files (checked 334 source files)