-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
bugmypy got something wrongmypy got something wrong
Description
e.g. https://github.com/python/mypy/actions/runs/5279780403/jobs/9550964906
__________________________ testTypedPkgSimpleEditable __________________________
[gw1] linux -- Python 3.11.4 /home/runner/work/mypy/mypy/.tox/py/bin/python
data: /home/runner/work/mypy/mypy/test-data/unit/pep561.test:84:
Failed: Invalid output (/home/runner/work/mypy/mypy/test-data/unit/pep561.test, line 84)
----------------------------- Captured stderr call -----------------------------
Expected:
testTypedPkgSimpleEditable.py:5: note: Revealed type is "builtins.tuple[builtins.str, ...]" (diff)
Actual:
testTypedPkgSimpleEditable.py:2: error: Cannot find implementation or library stub for module named "typedpkg.sample" (diff)
testTypedPkgSimpleEditable.py:2: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports (diff)
testTypedPkgSimpleEditable.py:3: error: Cannot find implementation or library stub for module named "typedpkg" (diff)
testTypedPkgSimpleEditable.py:5: note: Revealed type is "Any" (diff)
Alignment of first line difference:
E: ...kgSimpleEditable.py:5: note: Revealed type is "builtins.tuple[builtin...
A: ...kgSimpleEditable.py:2: error: Cannot find implementation or library s...
^
Seems to have started today. Cross-ref #15444 (comment)
Metadata
Metadata
Assignees
Labels
bugmypy got something wrongmypy got something wrong