From a9061b7e689db1345afc863d9e60085dd2d83db8 Mon Sep 17 00:00:00 2001 From: Ricardo Martincoski Date: Sun, 23 Jan 2022 13:08:44 -0300 Subject: [PATCH] support/docker: add python3-pytest ... so the unit tests for check-package can run in the GitLab CI. Signed-off-by: Ricardo Martincoski Acked-by: Romain Naour Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- support/docker/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/support/docker/Dockerfile b/support/docker/Dockerfile index 5ca087546e..120e301b7c 100644 --- a/support/docker/Dockerfile +++ b/support/docker/Dockerfile @@ -41,6 +41,7 @@ RUN apt-get install -y --no-install-recommends \ python3-flake8 \ python3-nose2 \ python3-pexpect \ + python3-pytest \ qemu-system-arm \ qemu-system-x86 \ rsync \