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

2 files Authored by slev 2 years ago, Committed by frenaud 2 years ago,
    azure: Don't customize 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 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.
    
    This is effectively the revert of 17d571c961.
    
    Fixes: https://pagure.io/freeipa/issue/9011
    Signed-off-by: Stanislav Levin <slev@altlinux.org>
    Reviewed-By: Rob Crittenden <rcritten@redhat.com>
    
        
file modified
+2 -14
file modified
+2 -2