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