Fedora CI: Add rpm -qa output for debugging
This commit is contained in:
parent
d85cc76235
commit
943f8cc201
@ -16,6 +16,8 @@
|
|||||||
- repo: "https://src.fedoraproject.org/tests/python.git"
|
- repo: "https://src.fedoraproject.org/tests/python.git"
|
||||||
dest: "python"
|
dest: "python"
|
||||||
tests:
|
tests:
|
||||||
|
- rpm_qa:
|
||||||
|
run: rpm -qa
|
||||||
- smoke:
|
- smoke:
|
||||||
dir: python/smoke
|
dir: python/smoke
|
||||||
run: VERSION=3.10 ./venv.sh
|
run: VERSION=3.10 ./venv.sh
|
||||||
@ -45,3 +47,4 @@
|
|||||||
- python3-tox # for venv tests
|
- python3-tox # for venv tests
|
||||||
- glibc-all-langpacks # for locale tests
|
- glibc-all-langpacks # for locale tests
|
||||||
- marshalparser # for testing compatibility (magic numbers) with marshalparser
|
- marshalparser # for testing compatibility (magic numbers) with marshalparser
|
||||||
|
- rpm # for debugging
|
||||||
|
Loading…
Reference in New Issue
Block a user