Skip to content

Commit

Permalink
required packages before tmt runs tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jstavel committed Dec 12, 2024
1 parent a436769 commit e910621
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion systemtest/tests/integration/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ cd ../../../
[ -z "${ghprbPullId+x}" ] || ./systemtest/copr-setup.sh

dnf --setopt install_weak_deps=False install -y \
podman git-core python3-pip python3-pytest logrotate
podman git-core python3-pip python3-pytest logrotate \
cairo-gobject-devel gobject-introspection-devel \
python3-gobject python3-devel

yum -y groupinstall 'Development Tools'

python3 -m venv venv
# shellcheck disable=SC1091
Expand Down

0 comments on commit e910621

Please sign in to comment.