Skip to content

Commit 648e258

Browse files
committed
temporarily remove packaging from the primer project selector
1 parent 1a25e14 commit 648e258

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

crates/ty_python_semantic/resources/primer/bad.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,23 @@ 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_)
2428
scikit-learn # success, but mypy-primer hangs processing the output
29+
setuptools # too many cycle iterations
2530
spack # success, but mypy-primer hangs processing the output
2631
spark # cycle panics (try_metaclass_)
2732
steam.py # cycle panics (try_metaclass_), often hangs when multi-threaded

crates/ty_python_semantic/resources/primer/good.txt

Lines changed: 0 additions & 5 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
@@ -92,7 +88,6 @@ rotki
9288
schema_salad
9389
scipy
9490
scrapy
95-
setuptools
9691
sockeye
9792
speedrun.com_global_scoreboard_webapp
9893
sphinx

0 commit comments

Comments
 (0)