We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc33ed4 commit f4334a1Copy full SHA for f4334a1
linux_docker_resources/Dockerfile
@@ -73,6 +73,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
73
python3-psutil \
74
python3-pykdl \
75
python3-pyparsing \
76
+ python3-pytest-benchmark \
77
python3-pytest-mock \
78
python3-pytest-timeout \
79
python3-yaml \
linux_docker_resources/Dockerfile-RHEL
@@ -135,6 +135,7 @@ RUN dnf install \
135
python3-pygraphviz \
136
137
python3-pytest \
138
139
python3-pytest-cov \
140
141
0 commit comments