Skip to content

Commit b61311c

Browse files
committed
Makefile: pin mypy, typed-ast version for jenkins make target
1 parent 9d9317e commit b61311c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,6 @@ jenkins:
183183
. env3/bin/activate ; \
184184
pip install -U setuptools pip wheel ; \
185185
${MAKE} install-dep ; \
186-
pip install -U mypy ; ${MAKE} mypy
186+
pip install -U mypy==0.470 typed-ast==0.6.3 ; ${MAKE} mypy
187187

188188
FORCE:

0 commit comments

Comments
 (0)