python-drgn/tests/tests.yml
Philipp Rudo e7a7c453d3 Fix regression in selftest introduced in 0.0.31-3
Resolves: RHEL-97801

Signed-off-by: Philipp Rudo <prudo@redhat.com>
2025-07-16 17:08:14 +02:00

28 lines
553 B
YAML

---
# This first play always runs on the local staging system
- hosts: localhost
roles:
- role: standard-test-beakerlib
tags:
- classic
tests:
- selftest
required_packages:
- drgn
- python3-devel
- python3-setuptools
- python3-sphinx
- sed
- python3-pytest
- gcc-c++
- make
- bzip2-devel
- elfutils-devel
- elfutils-debuginfod-client-devel
- libkdumpfile-devel
- xz-devel
- autoconf
- automake
- libtool
- zlib-ng-compat-devel