Commit 2bcc5350 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Install pytest in mypy run

parent 547f43a2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -53,6 +53,9 @@ ${PY_EXE} -m ensurepip

# }}}

# as of 0.990, mypy has started complaining about missing pytest on occasion
pip install pytest

if test "$EXTRA_INSTALL" != ""; then
  for i in $EXTRA_INSTALL ; do
    $PY_EXE -m pip install "$i"