ci: Install pytest and freezegun plugin

lava_job_submitter.py unit tests are written in pytest and uses
freezegun in order to simulate timeouts in some tests scenarios. So,
this commit adds the packages `python3-pytest` and `python3-freezegun`
to fulfill this dependencies.

Signed-off-by: Guilherme Gallo <guilherme.gallo@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14876>
This commit is contained in:
Guilherme Gallo 2022-02-16 01:01:14 -03:00 committed by Marge Bot
parent addac10443
commit 694005343b
2 changed files with 4 additions and 2 deletions

View File

@ -44,6 +44,8 @@ apt-get install -y --no-remove \
llvm-11-dev \
llvm-9-dev \
ocl-icd-opencl-dev \
python3-freezegun \
python3-pytest \
procps \
spirv-tools \
strace \

View File

@ -3,7 +3,7 @@ variables:
DEBIAN_BASE_TAG: "2022-02-06-deqp-runner"
DEBIAN_X86_BUILD_IMAGE_PATH: "debian/x86_build"
DEBIAN_BUILD_TAG: "2021-12-31-keep-cmake"
DEBIAN_BUILD_TAG: "2021-02-15-pytest"
DEBIAN_X86_TEST_BASE_IMAGE: "debian/x86_test-base"
@ -12,7 +12,7 @@ variables:
DEBIAN_X86_TEST_VK_TAG: "2022-02-06-deqp"
FEDORA_X86_BUILD_TAG: "2021-12-31-refactor"
KERNEL_ROOTFS_TAG: "2022-02-06-deqp"
KERNEL_ROOTFS_TAG: "2022-02-15-pytest"
WINDOWS_X64_BUILD_PATH: "windows/x64_build"
WINDOWS_X64_BUILD_TAG: "2022-20-02-base_split"