Fedora CI: Add rpm -qa output for debugging

This commit is contained in:
Miro Hrončok 2021-06-09 15:02:07 +02:00
parent 22a088e593
commit a83376a2bd

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