Skip to content
Snippets Groups Projects
Commit 50a8ab2e438c authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

tests: make pip less verbose and more predicable

parent bef8e104de5d
No related branches found
No related tags found
No related merge requests found
......@@ -75,10 +75,9 @@
$ export XDG_CACHE_HOME=/tmp/.scm-perf-test/pip-cache
$ virtualenv $TESTTMP/venv 1>/dev/null 2>&1
$ export PATH=$TESTTMP/venv/bin:${PATH}
$ pip install --requirement requirements.txt --quiet
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.
Switched to a new branch 'octobuspatches'
Branch '?octobuspatches'? set up to track remote branch '?octobuspatches'? from '?origin'?\. (re)
$ PYTHONWARNINGS="ignore:DEPRECATION" pip --disable-pip-version-check install --requirement requirements.txt --quiet
Switched to a new branch 'octobuspatches' (?)
Branch '?octobuspatches'? set up to track remote branch '?octobuspatches'? from '?origin'?\. (re) (?)
run
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment