Skip to content

Commit ad715ec

Browse files
remove xfails
1 parent 3a4d7c6 commit ad715ec

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

test-data/unit/check-errorcodes.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
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
77
from typing import reveal_type
88
reveal_type(1) #type: ignore[misc] # N: Revealed type is "Literal[1]?"
99

10-
[case testErrorCodeMiscDoesntSuppressRevealLocals-xfail]
10+
[case testErrorCodeMiscDoesntSuppressRevealLocals]
1111
reveal_locals() #type:ignore[misc] # N: There are no locals to reveal
1212

1313
[case testErrorCodeNoAttribute]

test-requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ filelock==3.19.1
2121
identify==2.6.13
2222
# via pre-commit
2323
iniconfig==2.1.0
24-
# via pytest
25-
lxml==6.0.1 ; python_version < "3.15"
2624
# via -r test-requirements.in
2725
mypy-extensions==1.1.0
2826
# via -r mypy-requirements.txt

0 commit comments

Comments
 (0)