Skip to content

Commit 47b9f5e

Browse files
authored
Remove Python 2 test (#12412)
This has been failing locally for me, and since Python 2 is EOL, I don't want to figure out how to fix this.
1 parent 8427df1 commit 47b9f5e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

test-data/unit/pep561.test

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,6 @@ reveal_type(a)
8282
testTypedPkgStubs_python2.py:3: error: Module "typedpkg" has no attribute "dne"
8383
testTypedPkgStubs_python2.py:5: note: Revealed type is "builtins.list[builtins.str]"
8484

85-
[case testTypedPkgSimple_python2]
86-
# pkgs: typedpkg
87-
from typedpkg.sample import ex
88-
from typedpkg import dne
89-
a = ex([''])
90-
reveal_type(a)
91-
[out]
92-
testTypedPkgSimple_python2.py:5: note: Revealed type is "builtins.tuple[builtins.str, ...]"
93-
9485
[case testTypedPkgSimpleEgg]
9586
# pkgs: typedpkg; no-pip
9687
from typedpkg.sample import ex

0 commit comments

Comments
 (0)