From 4f08fc3037413ef5768cbde95000901c5fe3abe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 11 Oct 2021 13:14:41 +0200 Subject: [PATCH] Fedora CI: Also test virtualenv --- tests/tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/tests.yml b/tests/tests.yml index 0da8e38..c2f2df4 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -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