mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2025-11-16 07:23:51 -05:00
Set up Github Actions CI (#440)
* Adjust tests: update Pip URLs, update expected output to match newer code * Test library: improve failure message to eliminate the illusion of extra leading space in "actual" output * Use Bats 1.2.0 like Pyenv * Install greadlink for old MacOS * Delete duplicate test
This commit is contained in:
@@ -63,7 +63,7 @@ OUT
|
||||
assert_success
|
||||
assert_output <<OUT
|
||||
PYENV_VERSION=3.3.6 python3.3 -m venv ${PYENV_ROOT}/versions/3.3.6/envs/venv
|
||||
Installing pip from https://bootstrap.pypa.io/3.3/get-pip.py...
|
||||
Installing pip from https://bootstrap.pypa.io/pip/3.3/get-pip.py...
|
||||
PYENV_VERSION=3.3.6/envs/venv python -s ${TMP}/pyenv/cache/get-pip.py
|
||||
rehashed
|
||||
OUT
|
||||
|
||||
Reference in New Issue
Block a user