* Ensure distutils configuration values do not escape virtual environment
Distutils has some configuration files where the user may alter paths to
point outside of the virtual environment. Defend against this by
installing a pth file that resets this to their expected path.
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* fix CI failure due to #pypa/pip/issues/7778
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
This only manifests on old platforms, but as we still support them
makes sense to provide better error messages, and relax a bit our
build requirements.
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>