Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
azure: Don't override pip's builddir
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 17d571c). 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>
- Loading branch information