Fedora CI: Add rpm -qa output for debugging

This commit is contained in:
Miro Hrončok 2021-06-09 15:01:00 +02:00
parent d85cc76235
commit 943f8cc201
1 changed files with 3 additions and 0 deletions

View File

@ -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.10 ./venv.sh
@ -45,3 +47,4 @@
- python3-tox # for venv tests
- glibc-all-langpacks # for locale tests
- marshalparser # for testing compatibility (magic numbers) with marshalparser
- rpm # for debugging