Skip to content

Commit f4334a1

Browse files
committed
Install python3-pytest-benchmark
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
1 parent dc33ed4 commit f4334a1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

linux_docker_resources/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
7373
python3-psutil \
7474
python3-pykdl \
7575
python3-pyparsing \
76+
python3-pytest-benchmark \
7677
python3-pytest-mock \
7778
python3-pytest-timeout \
7879
python3-yaml \

linux_docker_resources/Dockerfile-RHEL

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ RUN dnf install \
135135
python3-pygraphviz \
136136
python3-pykdl \
137137
python3-pytest \
138+
python3-pytest-benchmark \
138139
python3-pytest-cov \
139140
python3-pytest-mock \
140141
python3-pytest-timeout \

0 commit comments

Comments
 (0)