#9011 [azure] pip's builddir
Closed: fixed 2 years ago by frenaud. Opened 2 years ago 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

2 years ago

master:

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

ipa-4-9:

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

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

2 years ago

Login to comment on this ticket.

Metadata