Skip to content

Commit 76ea267

Browse files
committed
temporarily remove packaging from the primer project selector
1 parent d08b776 commit 76ea267

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

crates/ty_python_semantic/resources/primer/bad.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,18 @@ discord.py # some kind of hang, only when multi-threaded?
1010
freqtrade # cycle panics (try_metaclass_)
1111
hydpy # cycle panics (try_metaclass_)
1212
ibis # cycle panics (try_metaclass_)
13+
jax # too many cycle iterations
1314
manticore # stack overflow
1415
materialize # stack overflow
1516
mypy # cycle panic (signature_)
17+
packaging # too many cycle iterations
1618
pandas # slow
1719
pandas-stubs # cycle panics (try_metaclass_)
1820
pandera # cycle panics (try_metaclass_)
21+
pip # vendors packaging, see above
1922
prefect # slow
2023
pylint # cycle panics (self-recursive type alias)
24+
pyodide # too many cycle iterations
2125
pytest # cycle panics (signature_)
2226
pywin32 # bad use-def map (binding with definitely-visible unbound)
2327
schemathesis # cycle panics (signature_)

crates/ty_python_semantic/resources/primer/good.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ imagehash
4444
isort
4545
itsdangerous
4646
janus
47-
jax
4847
jinja
4948
koda-validate
5049
kopf
@@ -63,11 +62,9 @@ openlibrary
6362
operator
6463
optuna
6564
paasta
66-
packaging
6765
paroxython
6866
parso
6967
pegen
70-
pip
7168
poetry
7269
porcupine
7370
ppb-vector
@@ -79,7 +76,6 @@ pydantic
7976
pyinstrument
8077
pyjwt
8178
pylox
82-
pyodide
8379
pyp
8480
pyppeteer
8581
pytest-robotframework

0 commit comments

Comments
 (0)