diff --git a/linux_docker_resources/Dockerfile b/linux_docker_resources/Dockerfile index a035c4d3..8d11f966 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 f419a649..89aaadc4 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 \