Commit 129574db authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Pin to past mypy version

parent 2ad2f470
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -50,6 +50,7 @@ if test -f $REQUIREMENTS_TXT; then
  $PY_EXE -m pip install -r $REQUIREMENTS_TXT
fi

$PY_EXE -m pip install mypy
# Pinned version pending https://github.com/python/mypy/issues/2978
$PY_EXE -m pip install mypy==0.470

./run-mypy.sh