File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 22--
33-- These implicitly use --show-error-codes. # TODO: isn't this statement redundant now that this flag defaults to true?
44
5- [case testErrorCodeMiscDoesntSuppressRevealType-xfail ]
5+ [case testErrorCodeMiscDoesntSuppressRevealType]
66# Prevent regression on https://github.com/python/mypy/issues/19840
77from typing import reveal_type
88reveal_type(1) #type: ignore[misc] # N: Revealed type is "Literal[1]?"
99
10- [case testErrorCodeMiscDoesntSuppressRevealLocals-xfail ]
10+ [case testErrorCodeMiscDoesntSuppressRevealLocals]
1111reveal_locals() #type:ignore[misc] # N: There are no locals to reveal
1212
1313[case testErrorCodeNoAttribute]
Original file line number Diff line number Diff line change @@ -21,8 +21,6 @@ filelock==3.19.1
2121identify==2.6.13
2222 # via pre-commit
2323iniconfig==2.1.0
24- # via pytest
25- lxml==6.0.1 ; python_version < "3.15"
2624 # via -r test-requirements.in
2725mypy-extensions==1.1.0
2826 # via -r mypy-requirements.txt
You can’t perform that action at this time.
0 commit comments