From f5f6731f28eb9d867789741169a41e0a9ef7004d Mon Sep 17 00:00:00 2001 From: Shane Loretz Date: Wed, 27 Jul 2022 11:48:50 -0700 Subject: [PATCH] Install python3-pytest-benchmark Signed-off-by: Shane Loretz --- linux_docker_resources/Dockerfile | 1 + linux_docker_resources/Dockerfile-RHEL | 1 + 2 files changed, 2 insertions(+) diff --git a/linux_docker_resources/Dockerfile b/linux_docker_resources/Dockerfile index a035c4d37..8d11f9666 100644 --- a/linux_docker_resources/Dockerfile +++ b/linux_docker_resources/Dockerfile @@ -73,6 +73,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \ python3-psutil \ python3-pykdl \ python3-pyparsing \ + python3-pytest-benchmark \ python3-pytest-mock \ python3-pytest-timeout \ python3-yaml \ diff --git a/linux_docker_resources/Dockerfile-RHEL b/linux_docker_resources/Dockerfile-RHEL index f419a6494..89aaadc40 100644 --- a/linux_docker_resources/Dockerfile-RHEL +++ b/linux_docker_resources/Dockerfile-RHEL @@ -135,6 +135,7 @@ RUN dnf install \ python3-pygraphviz \ python3-pykdl \ python3-pytest \ + python3-pytest-benchmark \ python3-pytest-cov \ python3-pytest-mock \ python3-pytest-timeout \