diff mbox series

[PATCH-next,2/4] support/docker: add python3-pytest

Message ID 20211205105318.2755542-2-ricardo.martincoski@gmail.com
State Superseded
Headers show
Series [PATCH-next,1/4] utils/checkpackagelib: add unit tests | expand

Commit Message

Ricardo Martincoski Dec. 5, 2021, 10:53 a.m. UTC
... so the unit tests for check-package can run in the GitLab CI.

Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
---
 support/docker/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

Comments

Romain Naour Jan. 9, 2022, 10:51 a.m. UTC | #1
Hello Ricardo,

In order to be ready for merging your series, add python3-pytest to the docker
image now.

Acked-by: Romain Naour <romain.naour@smile.fr>

Best regards,
Romain


Le 05/12/2021 à 11:53, Ricardo Martincoski a écrit :
> ... so the unit tests for check-package can run in the GitLab CI.
> 
> Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
> ---
>  support/docker/Dockerfile | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/support/docker/Dockerfile b/support/docker/Dockerfile
> index 2aee129668..a5d54b6e9d 100644
> --- a/support/docker/Dockerfile
> +++ b/support/docker/Dockerfile
> @@ -40,6 +40,7 @@ RUN apt-get install -y --no-install-recommends \
>          python3-flake8 \
>          python3-nose2 \
>          python3-pexpect \
> +        python3-pytest \
>          qemu-system-arm \
>          qemu-system-x86 \
>          rsync \
>
diff mbox series

Patch

diff --git a/support/docker/Dockerfile b/support/docker/Dockerfile
index 2aee129668..a5d54b6e9d 100644
--- a/support/docker/Dockerfile
+++ b/support/docker/Dockerfile
@@ -40,6 +40,7 @@  RUN apt-get install -y --no-install-recommends \
         python3-flake8 \
         python3-nose2 \
         python3-pexpect \
+        python3-pytest \
         qemu-system-arm \
         qemu-system-x86 \
         rsync \