diff --git a/tests/tests.yml b/tests/tests.yml index 8f5bf4b..027091f 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -16,6 +16,8 @@ - repo: "https://src.fedoraproject.org/tests/python.git" dest: "python" tests: + - rpm_qa: + run: rpm -qa - smoke: dir: python/smoke run: VERSION=3.9 ./venv.sh @@ -32,3 +34,4 @@ - python3-tox # for venv tests - glibc-all-langpacks # for locale tests - marshalparser # for testing compatibility (magic numbers) with marshalparser + - rpm # for debugging