#9011 [azure] pip's builddir
Closed: fixed by frenaud. Opened by slev.

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, but it's better to clean it up.


Metadata Update from @slev:
- Issue assigned to slev

master:

  • ade5b9dee2c0e187e6e136904a4cc01c966827c0 azure: Don't customize pip's builddir

ipa-4-9:

  • 8dd788daf9fbf694754771082db9ee1d7f64fef0 azure: Don't customize pip's builddir

Metadata Update from @frenaud:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

Metadata