Skip to content

Commit d2d4b11

Browse files
authored
[ty] Move pandas-stubs to bad.txt (#19659)
1 parent 27b03a9 commit d2d4b11

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

crates/ty_python_semantic/resources/primer/bad.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jax # too many iterations
1010
mypy # too many iterations (self-recursive type alias)
1111
packaging # too many iterations
1212
pandas # slow (9s)
13+
pandas-stubs # panics on versions of pandas-stubs newer than https://github.com/pandas-dev/pandas-stubs/commit/bf1221eb7ea0e582c30fe233d1f4f5713fce376b
14+
# Panicked at crates/ty_python_semantic/src/types/type_ordering.rs:207:13 when checking `/tmp/mypy_primer/projects/pandas-stubs/tests/test_indexes.py`: `internal error: entered unreachable code: our type representation does not permit nested unions`
1315
pandera # too many iterations
1416
pip # vendors packaging, see above
1517
pylint # cycle panics (self-recursive type alias)

crates/ty_python_semantic/resources/primer/good.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ openlibrary
6969
operator
7070
optuna
7171
paasta
72-
pandas-stubs
7372
paroxython
7473
parso
7574
pegen

0 commit comments

Comments
 (0)