Skip to content

Commit 9b44181

Browse files
committed
temporarily skip psycopg in primer
1 parent cb9fec3 commit 9b44181

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

crates/ty_python_semantic/resources/primer/bad.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,12 @@ packaging # too many iterations
1212
pandas # slow (9s)
1313
pandera # stack overflow
1414
pip # vendors packaging, see above
15+
psycopg # stack overflow from recursive protocols
1516
pylint # cycle panics (self-recursive type alias)
1617
pyodide # too many cycle iterations
1718
scikit-build-core # too many cycle iterations
19+
pytest # stack overflow from recursive protocols
20+
scrapy # stack overflow from recursive protocols
1821
setuptools # vendors packaging, see above
1922
spack # slow, success, but mypy-primer hangs processing the output
2023
spark # too many iterations

crates/ty_python_semantic/resources/primer/good.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ poetry
7676
porcupine
7777
ppb-vector
7878
prefect
79-
psycopg
8079
pwndbg
8180
pybind11
8281
pycryptodome
@@ -86,7 +85,6 @@ pyjwt
8685
pylox
8786
pyp
8887
pyppeteer
89-
pytest
9088
pytest-robotframework
9189
python-chess
9290
python-htmlgen
@@ -99,7 +97,6 @@ schema_salad
9997
schemathesis
10098
scikit-learn
10199
scipy
102-
scrapy
103100
sockeye
104101
speedrun.com_global_scoreboard_webapp
105102
sphinx

0 commit comments

Comments
 (0)