URL: https://github.com/freeipa/freeipa/pull/6053 Author: stanislavlevin Title: #6053: azure: Don't customize pip's builddir Action: opened
PR body: """ As of 21.3 pip:
Remove the --build-dir option and aliases, one last time. (pypa/pip#10485)
https://pip.pypa.io/en/stable/news/#v21-3
Previous versions warn about deprecation.
The builddir is provided to pip via env variable PIP_BUILD in Tox task. The purpose of changing of default builddir was noexec mount option for /tmp in Travis (see 17d571c961). Since Travis is no longer used and Azure lacks this issue the PIP_BUILD can be safely removed.
Note: pip 21.3 just ignores this env variable, which is more than can be said for the command line option. It's better to clean it up, since the behaviour may be changed in future.
Fixes: https://pagure.io/freeipa/issue/9011 Signed-off-by: Stanislav Levin slev@altlinux.org """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/6053/head:pr6053 git checkout pr6053
URL: https://github.com/freeipa/freeipa/pull/6053 Author: stanislavlevin Title: #6053: azure: Don't customize pip's builddir Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/6053/head:pr6053 git checkout pr6053
freeipa-devel@lists.fedorahosted.org