Allow skipping virtual environment tests
This is useful for tox end ensurepip tests for pypy 2.7.
This commit is contained in:
parent
085416c781
commit
223296d711
2 changed files with 12 additions and 6 deletions
|
|
@ -56,7 +56,7 @@
|
|||
run: VERSION=3.10 METHOD=virtualenv-download TOX=false ./venv.sh
|
||||
- smokepypy:
|
||||
dir: smoke
|
||||
run: runuser testuser -c 'VERSION=2.7 METHOD=virtualenv PYTHON=pypy ./venv.sh'
|
||||
run: runuser testuser -c 'VERSION=2.7 METHOD=none PYTHON=pypy TOX_REQUIRES="virtualenv<20.22.0" ./venv.sh'
|
||||
- smokepypy39:
|
||||
dir: smoke
|
||||
run: runuser testuser -c 'VERSION=3.9 METHOD=venv PYTHON=pypy3.9 ./venv.sh'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue