Fedora CI: Also test virtualenv
This commit is contained in:
parent
36ed4859ff
commit
4f08fc3037
@ -21,6 +21,9 @@
|
||||
- smoke:
|
||||
dir: python/smoke
|
||||
run: VERSION=3.10 ./venv.sh
|
||||
- smoke_virtualenv:
|
||||
dir: python/smoke
|
||||
run: VERSION=3.10 METHOD=virtualenv ./venv.sh
|
||||
- debugsmoke:
|
||||
dir: python/smoke
|
||||
run: PYTHON=python3-debug TOX=false VERSION=3.10 ./venv.sh
|
||||
@ -45,6 +48,7 @@
|
||||
- python3-tkinter # for selftest
|
||||
- python3-test # for selftest
|
||||
- tox # for venv tests
|
||||
- virtualenv # for virtualenv tests
|
||||
- glibc-all-langpacks # for locale tests
|
||||
- marshalparser # for testing compatibility (magic numbers) with marshalparser
|
||||
- rpm # for debugging
|
||||
|
Loading…
Reference in New Issue
Block a user