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

make-all: suppress python 2 deprecation warning

parent 50a8ab2e
No related merge requests found
......@@ -23,7 +23,7 @@
rm -rf $venv_path
virtualenv -q $venv_path
${venv_path}/bin/pip --quiet install "mercurial==${hg_version}"
PYTHONWARNINGS="ignore:DEPRECATION" ${venv_path}/bin/pip --disable-pip-version-check --quiet install "mercurial==${hg_version}"
export HGRCPATH=
......
......@@ -35,7 +35,6 @@
---------
$ make-all 4.7 some-dir/my-source-repo testrepo p-config.yaml
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.
hg cloning repository from: some-dir/my-source-repo
building a reference tarball
result available at: testrepo-355c4044-reference.tar
......
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