Allow skipping virtual environment tests

This is useful for tox end ensurepip tests for pypy 2.7.
This commit is contained in:
Miro Hrončok 2025-07-10 11:41:39 +02:00
commit 223296d711
2 changed files with 12 additions and 6 deletions

View file

@ -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'