Commit 45e1f222 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Move ptyest install into build-project

parent b8a6687e
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -9,9 +9,6 @@ fi
curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-py-project.sh
source build-py-project.sh

# Pinned to 3.0.4 because of https://github.com/pytest-dev/pytest/issues/2434
$PIP install pytest==3.0.4 pytest-warnings==0.2.0

TESTABLES=""
if [ -d test ]; then
  cd test
+4 −0
Original line number Diff line number Diff line
@@ -93,3 +93,7 @@ if test -f $REQUIREMENTS_TXT; then
fi

$PIP install .

# Pinned to 3.0.4 because of https://github.com/pytest-dev/pytest/issues/2434
$PIP install pytest==3.0.4 pytest-warnings==0.2.0