Skip to content

Commit

Permalink
TST: always use 'python -mpip' not 'pip'
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Mar 6, 2020
1 parent ff4cfe7 commit 336fd8b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tools/pypy-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ wget -q http://buildbot.pypy.org/nightly/py3.6/pypy-c-jit-latest-linux64.tar.bz2
mkdir -p pypy3
(cd pypy3; tar --strip-components=1 -xf ../pypy.tar.bz2)
pypy3/bin/pypy3 -mensurepip
pypy3/bin/pypy3 -m pip install --upgrade pip setuptools
pypy3/bin/pypy3 -m pip install --upgrade pip setuptools wheel
pypy3/bin/pypy3 -m pip install --user -r test_requirements.txt --no-warn-script-location

echo
Expand All @@ -43,6 +43,5 @@ pypy3/bin/pypy3 runtests.py --debug-info --show-build-log -v -- -rsx \
--junitxml=junit/test-results.xml --durations 10

echo Make sure the correct openblas has been linked in

pypy3/bin/pip install .
pypy3/bin/pypy3 -mpip install --no-build-isolation .
pypy3/bin/pypy3 tools/openblas_support.py --check_version

0 comments on commit 336fd8b

Please sign in to comment.