Skip to content

Commit

Permalink
tests: Fix build of psutil (required by pytest-xdist 2.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
liskin committed Aug 24, 2020
1 parent 7a2b0d9 commit 42f7a71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ FROM build AS build-pip
# coverage needs to build a C extensions, otherwise it's slow
RUN apk add --no-cache \
gcc \
linux-headers \
musl-dev
RUN pip install --root=/opt/pip-root \
coverage \
Expand Down

0 comments on commit 42f7a71

Please sign in to comment.