Fedora CI: Also test virtualenv

This commit is contained in:
Miro Hrončok 2021-10-11 13:14:41 +02:00
parent 36ed4859ff
commit 4f08fc3037
1 changed files with 4 additions and 0 deletions

View File

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