Test: vcs.git.backend tests #9507
+101
−5
Open
Cirrus CI / Tests / FreeBSD (Python 3.9) / mypy
failed
Oct 6, 2024 in 2m 35s
Task Summary
Instruction mypy failed in 00:57
Details
ℹ️ Scheduling was delayed due to a concurrency limit on community tasks
✅ 00:03 clone
✅ 01:17 bootstrap_poetry
✅ 00:15 setup_environment
❌ 00:57 mypy
poetry run mypy
tests/vcs/git/test_backend.py:167: error: Argument 1 to "GitRefSpec" has incompatible type "**dict[str, Union[str, bytes, None]]"; expected "Optional[str]" [arg-type]
tests/vcs/git/test_backend.py:167: error: Argument 1 to "GitRefSpec" has incompatible type "**dict[str, Union[str, bytes, None]]"; expected "bytes" [arg-type]
Found 2 errors in 1 file (checked 332 source files)
Loading