Skip to content

Commit

Permalink
[ros2][devel/nightly] add some missing pytest dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Mikael Arguedas <[email protected]>
  • Loading branch information
mikaelarguedas committed May 8, 2024
1 parent 345f9da commit c42bd31
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ros2/nightly/nightly/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,12 @@ RUN apt-get update && apt-get install -q -y --no-install-recommends \
python3-flake8-import-order \
python3-flake8-quotes \
python3-pip \
python3-pytest-cov \
python3-pytest-mock \
python3-pytest-repeat \
python3-pytest-rerunfailures \
python3-pytest-runner \
python3-pytest-timeout \
wget \
&& rm -rf /var/lib/apt/lists/*

Expand Down
4 changes: 4 additions & 0 deletions ros2/source/devel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,12 @@ RUN apt-get update && apt-get install -q -y --no-install-recommends \
python3-flake8-import-order \
python3-flake8-quotes \
python3-pip \
python3-pytest-cov \
python3-pytest-mock \
python3-pytest-repeat \
python3-pytest-rerunfailures \
python3-pytest-runner \
python3-pytest-timeout \
&& rm -rf /var/lib/apt/lists/*

# setup keys
Expand Down
8 changes: 6 additions & 2 deletions ros2/source/images.yaml.em
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,12 @@ images:
- python3-flake8-docstrings
- python3-flake8-import-order
- python3-flake8-quotes
- python3-pytest-repeat
- python3-pytest-rerunfailures
- python3-pytest-cov \
- python3-pytest-mock \
- python3-pytest-repeat \
- python3-pytest-rerunfailures \
- python3-pytest-runner \
- python3-pytest-timeout \
pip3_install:
ws: /opt/ros2_ws
source:
Expand Down

0 comments on commit c42bd31

Please sign in to comment.