Test: install pytest from pip
pytest version available in RHEL repos (especially on el8) is too old to be used with osbuild tests and how we execute them. In order to keep the test implementation the same across all distributions and their versions, install pytest from pip and not system repositories. Related: rhbz#2174847 Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
parent
eac3dd265a
commit
bda943d73c
@ -47,10 +47,13 @@ sudo dnf install -y \
|
||||
"${PKG_MAINT_TOOL}" \
|
||||
rpmdevtools \
|
||||
python3-mako \
|
||||
python3-pytest \
|
||||
python3-pip \
|
||||
dosfstools
|
||||
sudo dnf builddep -y osbuild.spec
|
||||
|
||||
# Install pytst from pip, because the version in some RHEL / CentOS releases is too old
|
||||
sudo pip3 install pytest
|
||||
|
||||
# Make sure that /usr/lib/systemd/boot/efi/linuxx64.efi.stub is available to enable pe32p tests
|
||||
case "${ID}-${VERSION_ID}" in
|
||||
rhel-8.* | centos-8)
|
||||
|
Loading…
Reference in New Issue
Block a user