Merge remote-tracking branch 'origin/master' into deterministic-builds

This commit is contained in:
Joe Rickerby
2020-03-07 18:37:57 +00:00
14 changed files with 133 additions and 165 deletions
+1
View File
@@ -166,6 +166,7 @@ def build(project_dir, output_dir, test_command, test_requires, test_extras, bef
pip install {dependency_install_flags} virtualenv
venv_dir=`mktemp -d`/venv
python -m virtualenv --no-download "$venv_dir"
export __CIBW_VIRTUALENV_PATH__=$venv_dir
# run the tests in a subshell to keep that `activate`
# script from polluting the env