Update the list of self-tested Pythons
python3.7 was retired in f40+ python3.5 is retired everywhere I intentionally kept python3.4 so we have at least one test that is skipped.
This commit is contained in:
parent
6f4fdf29c4
commit
b8d9e52c94
1 changed files with 6 additions and 9 deletions
15
tests.yml
15
tests.yml
|
|
@ -24,15 +24,12 @@
|
||||||
- smoke27_seeder_pip:
|
- smoke27_seeder_pip:
|
||||||
dir: smoke
|
dir: smoke
|
||||||
run: runuser testuser -c 'VERSION=2.7 METHOD=virtualenv-seeder-pip ./venv.sh'
|
run: runuser testuser -c 'VERSION=2.7 METHOD=virtualenv-seeder-pip ./venv.sh'
|
||||||
- smoke35:
|
|
||||||
dir: smoke
|
|
||||||
run: VERSION=3.5 METHOD=virtualenv-no-download INSTALL_OR_SKIP=true ./venv.sh
|
|
||||||
- smoke36:
|
- smoke36:
|
||||||
dir: smoke
|
dir: smoke
|
||||||
run: runuser testuser -c 'VERSION=3.6 METHOD=venv TOX=false ./venv.sh'
|
run: runuser testuser -c 'VERSION=3.6 METHOD=venv TOX=false ./venv.sh'
|
||||||
- smoke37:
|
- smoke37:
|
||||||
dir: smoke
|
dir: smoke
|
||||||
run: runuser testuser -c 'VERSION=3.7 METHOD=venv ./venv.sh'
|
run: VERSION=3.7 METHOD=venv INSTALL_OR_SKIP=true ./venv.sh
|
||||||
- smoke38:
|
- smoke38:
|
||||||
dir: smoke
|
dir: smoke
|
||||||
run: runuser testuser -c 'VERSION=3.8 METHOD=venv ./venv.sh'
|
run: runuser testuser -c 'VERSION=3.8 METHOD=venv ./venv.sh'
|
||||||
|
|
@ -63,12 +60,12 @@
|
||||||
- smokepypy39:
|
- smokepypy39:
|
||||||
dir: smoke
|
dir: smoke
|
||||||
run: runuser testuser -c 'VERSION=3.9 METHOD=venv PYTHON=pypy3.9 ./venv.sh'
|
run: runuser testuser -c 'VERSION=3.9 METHOD=venv PYTHON=pypy3.9 ./venv.sh'
|
||||||
- selftest37:
|
- selftest39:
|
||||||
dir: selftest
|
dir: selftest
|
||||||
run: runuser testuser -c 'VERSION=3.7 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'
|
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'
|
||||||
- debugtest38:
|
- debugtest310:
|
||||||
dir: selftest
|
dir: selftest
|
||||||
run: runuser testuser -c 'VERSION=3.8 PYTHON="python3-debug" X="test_ssl" ./parallel.sh'
|
run: runuser testuser -c 'VERSION=3.10 PYTHON="python3.10d" X="test_ssl" ./parallel.sh'
|
||||||
- debugflags:
|
- debugflags:
|
||||||
dir: flags
|
dir: flags
|
||||||
run: runuser testuser -c 'python3-debug ./assertflags.py -O0'
|
run: runuser testuser -c 'python3-debug ./assertflags.py -O0'
|
||||||
|
|
@ -83,7 +80,6 @@
|
||||||
- virtualenv
|
- virtualenv
|
||||||
- python2.7
|
- python2.7
|
||||||
- python3.6
|
- python3.6
|
||||||
- python3.7
|
|
||||||
- python3.8
|
- python3.8
|
||||||
- python3.9
|
- python3.9
|
||||||
- python3.11
|
- python3.11
|
||||||
|
|
@ -97,5 +93,6 @@
|
||||||
- python3-tkinter
|
- python3-tkinter
|
||||||
- python3-test
|
- python3-test
|
||||||
- python3-debug
|
- python3-debug
|
||||||
|
- python3.10-debug
|
||||||
- python3-rpm-macros
|
- python3-rpm-macros
|
||||||
- marshalparser
|
- marshalparser
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue