Skip to content

Commit 1ea1718

Browse files
Do not install mypy on pypy
2 parents 9bbee61 + d7f089d commit 1ea1718

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ psycopg-binary = {version = "==3.2.12", markers="implementation_name == 'cpython
1616
pytest-cov = "==7.0.0"
1717
pytest-xdist = "==3.8.0"
1818
mock = "==5.2.0"
19-
mypy = "==1.18.2"
19+
mypy = {version = "==1.19.0", markers="implementation_name == 'cpython'"}
2020
types-setuptools = "==80.9.0.20250822"
2121
tbump = "==6.11.0"

newsfragments/1127.misc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Do not install mypy on pypy.

0 commit comments

Comments
 (0)