Skip to content

Commit

Permalink
test/Dockerfile: install pytest and pydbus
Browse files Browse the repository at this point in the history
These will be required to run the pytest-based tests.

Signed-off-by: Enrico Joerns <[email protected]>
  • Loading branch information
ejoerns committed May 8, 2024
1 parent 1a83fc7 commit d53fe2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ RUN apt-get install -q -y --no-install-recommends \
dosfstools \
lcov \
slirp \
python3-pytest \
python3-pydbus \
python3-sphinx \
python3-sphinx-rtd-theme \
dbus \
Expand Down

0 comments on commit d53fe2a

Please sign in to comment.