Adjust the test cases here for rawhide
This commit is contained in:
parent
223296d711
commit
5a345b59d6
1 changed files with 4 additions and 5 deletions
|
|
@ -32,7 +32,7 @@
|
|||
run: VERSION=3.7 METHOD=venv INSTALL_OR_SKIP=true ./venv.sh
|
||||
- smoke38:
|
||||
dir: smoke
|
||||
run: runuser testuser -c 'VERSION=3.8 METHOD=venv ./venv.sh'
|
||||
run: VERSION=3.8 METHOD=venv INSTALL_OR_SKIP=true ./venv.sh
|
||||
- smoke39:
|
||||
dir: smoke
|
||||
run: runuser testuser -c 'VERSION=3.9 METHOD=venv ./venv.sh'
|
||||
|
|
@ -57,9 +57,9 @@
|
|||
- smokepypy:
|
||||
dir: smoke
|
||||
run: runuser testuser -c 'VERSION=2.7 METHOD=none PYTHON=pypy TOX_REQUIRES="virtualenv<20.22.0" ./venv.sh'
|
||||
- smokepypy39:
|
||||
- smokepypy310:
|
||||
dir: smoke
|
||||
run: runuser testuser -c 'VERSION=3.9 METHOD=venv PYTHON=pypy3.9 ./venv.sh'
|
||||
run: runuser testuser -c 'VERSION=3.10 METHOD=venv PYTHON=pypy3.10 ./venv.sh'
|
||||
- selftest39:
|
||||
dir: selftest
|
||||
run: runuser testuser -c 'VERSION=3.9 X="-x test_socket -x test_asyncgen -x test_asyncio -x test_compile -x test_concurrent_futures -x test_itertools -x test_multiprocessing_fork -x test_multiprocessing_forkserver -x test_shutil -x test_time -x test_multiprocessing_spawn -x test_threading -x test_wsgiref" ./parallel.sh'
|
||||
|
|
@ -85,12 +85,11 @@
|
|||
- gcc-c++
|
||||
- virtualenv
|
||||
- python3.6
|
||||
- python3.8
|
||||
- python3.9
|
||||
- python3.11
|
||||
- python3.12
|
||||
- pypy
|
||||
- pypy3.9-devel
|
||||
- pypy3.10-devel
|
||||
- python3-devel
|
||||
- pypy-devel
|
||||
- python3-tox
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue