Skip to content

Commit cd4e87b

Browse files
committed
Do not force an upgrade on virtualenv.pyz embeds
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 182532f commit cd4e87b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

configure

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ function setup {
2929
wget -O $CONFIGURE_ROOT_DIR/tmp/virtualenv.pyz https://bootstrap.pypa.io/virtualenv.pyz
3030
$PYTHON_EXE $CONFIGURE_ROOT_DIR/tmp/virtualenv.pyz --wheel embed --pip embed --setuptools embed --seeder pip $CONFIGURE_ROOT_DIR/tmp
3131
source $CONFIGURE_ROOT_DIR/tmp/bin/activate
32-
$CONFIGURE_ROOT_DIR/tmp/bin/pip install --upgrade pip virtualenv setuptools wheel
3332
}
3433

3534

configure.bat

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ call mkdir "%CFG_ROOT_DIR%tmp"
8989
call curl -o "%CFG_ROOT_DIR%tmp\virtualenv.pyz" https://bootstrap.pypa.io/virtualenv.pyz
9090
call %PYTHON_EXECUTABLE% "%CFG_ROOT_DIR%tmp\virtualenv.pyz" --wheel embed --pip embed --setuptools embed --seeder pip "%CFG_ROOT_DIR%tmp"
9191
call "%CFG_ROOT_DIR%tmp\Scripts\activate"
92-
call "%CFG_ROOT_DIR%tmp\Scripts\pip" install --upgrade pip virtualenv setuptools wheel
9392
call "%CFG_ROOT_DIR%tmp\Scripts\pip" install -e .[testing]
9493

9594
@rem Return a proper return code on failure

0 commit comments

Comments
 (0)